From 0365c79a7132cf25b42aae36e5c960270bff504d Mon Sep 17 00:00:00 2001 From: zhouhouxin Date: Thu, 15 Apr 2021 21:19:53 +0800 Subject: [PATCH] update for component --- build_lite/BUILD.gn | 8 ++++---- .../BUILD.gn | 0 .../Test.json | 0 .../src/MsgParserFuncTest.cpp | 0 .../src/MsgParserLenFuncTest.cpp | 0 .../src/utils/DMSTestBase.cpp | 0 .../src/utils/DMSTestBase.h | 0 .../src/utils/dms_packet.cpp | 0 .../src/utils/dms_packet.h | 0 .../BUILD.gn | 0 .../Test.tmpl | 0 .../src/broadcast_publish_func_test.c | 0 .../src/broadcast_subscribe_func_test.c | 0 .../src/common_func_test.c | 0 .../src/defaultfeatureapi_func_test.c | 0 .../src/feature_func_test.c | 0 .../src/featureapi_func_test.c | 0 .../src/iunknown_func_test.c | 0 .../src/sendrequest_func_test.c | 0 .../src/sendresponse_func_test.c | 0 .../src/sendsharerequest_func_test.c | 0 .../src/service_func_test.c | 0 .../src/taskpool_notask_func_test.c | 0 .../src/taskpool_sharedtask_func_test.c | 0 .../src/taskpool_singletask_func_test.c | 0 .../src/taskpool_specifiedtask_func_test.c | 0 .../utils/samgr_maintenance.c | 0 .../utils/samgr_maintenance.h | 0 .../BUILD.gn | 0 .../Test.json | 0 .../src/BroadcastPublishTest.cpp | 0 .../src/BroadcastSubscribeTest.cpp | 0 .../src/CommonTest.cpp | 0 .../src/DefaultFeatureApiTest.cpp | 0 .../src/FeatureApiTest.cpp | 0 .../src/FeatureTest.cpp | 0 .../src/IUnknownTest.cpp | 0 .../src/LiteIPCClientTest.cpp | 0 .../src/LiteIPCFeatureTest.cpp | 0 .../src/LiteIPCServiceTest.cpp | 0 .../src/SendRequestTest.cpp | 0 .../src/SendResponseTest.cpp | 0 .../src/SendShareRequestTest.cpp | 0 .../src/ServiceTest.cpp | 0 .../src/TaskpoolNoTaskTest.cpp | 0 .../src/TaskpoolSharedTaskTest.cpp | 0 .../src/TaskpoolSingleTaskTest.cpp | 0 .../src/TaskpoolSpecifiedTaskTest.cpp | 0 .../src/utils/SamgrTestBase.cpp | 0 .../src/utils/SamgrTestBase.h | 0 50 files changed, 4 insertions(+), 4 deletions(-) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/BUILD.gn (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/Test.json (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/src/MsgParserFuncTest.cpp (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/src/MsgParserLenFuncTest.cpp (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/src/utils/DMSTestBase.cpp (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/src/utils/DMSTestBase.h (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/src/utils/dms_packet.cpp (100%) rename distributed_schedule_lite/{dmsfwk_lite_posix => distributed_schedule_posix}/src/utils/dms_packet.h (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/BUILD.gn (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/Test.tmpl (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/broadcast_publish_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/broadcast_subscribe_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/common_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/defaultfeatureapi_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/feature_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/featureapi_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/iunknown_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/sendrequest_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/sendresponse_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/sendsharerequest_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/service_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/taskpool_notask_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/taskpool_sharedtask_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/taskpool_singletask_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/src/taskpool_specifiedtask_func_test.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/utils/samgr_maintenance.c (100%) rename distributed_schedule_lite/{samgr_lite_hal => system_ability_manager_hal}/utils/samgr_maintenance.h (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/BUILD.gn (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/Test.json (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/BroadcastPublishTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/BroadcastSubscribeTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/CommonTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/DefaultFeatureApiTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/FeatureApiTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/FeatureTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/IUnknownTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/LiteIPCClientTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/LiteIPCFeatureTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/LiteIPCServiceTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/SendRequestTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/SendResponseTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/SendShareRequestTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/ServiceTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/TaskpoolNoTaskTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/TaskpoolSharedTaskTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/TaskpoolSingleTaskTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/TaskpoolSpecifiedTaskTest.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/utils/SamgrTestBase.cpp (100%) rename distributed_schedule_lite/{samgr_lite_posix => system_ability_manager_posix}/src/utils/SamgrTestBase.h (100%) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 11591e5b3..5c3ff2177 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -42,7 +42,7 @@ lite_component("acts_component") { "//test/xts/acts/security_lite/datahuks_hal:ActsSecurityDataTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", - "//test/xts/acts/distributed_schedule_lite/samgr_lite_hal:ActsSamgrTest", + "//test/xts/acts/distributed_schedule_lite/system_ability_manager_hal:ActsSamgrTest", "//test/xts/acts/update_lite/updater_hal:ActsUpdaterFuncTest", "//test/xts/acts/startup_lite/bootstrap_hal:ActsBootstrapTest", ] @@ -56,9 +56,9 @@ lite_component("acts_component") { "//test/xts/acts/multimedia_lite/camera_lite_posix/camera_native:ActsMediaCameraTest", "//test/xts/acts/open_posix_testsuite/conformance/interfaces:ActsOpenPosixTest", "//test/xts/acts/multimedia_lite/media_lite_posix/player_native:ActsMediaPlayerTest", - "//test/xts/acts/distributed_schedule_lite/samgr_lite_posix:ActsSamgrTest", + "//test/xts/acts/distributed_schedule_lite/system_ability_manager_posix:ActsSamgrTest", - #"//test/xts/acts/distributedschedule_lite/dmsfwk_lite_posix:ActsDMSTest", + #"//test/xts/acts/distributedschedule_lite/distributed_schedule_posix:ActsDMSTest", "//test/xts/acts/security_lite/permission_posix/pms:ActsPMSTest", "//test/xts/acts/hiviewdfx_lite/hilog_posix:ActsHilogTest", "//test/xts/acts/multimedia_lite/media_lite_posix/recorder_native:ActsMediaRecorderTest", @@ -83,7 +83,7 @@ lite_component("acts_component") { "//test/xts/acts/multimedia_lite/camera_lite_posix/camera_native:ActsMediaCameraTest", "//test/xts/acts/multimedia_lite/media_lite_posix/player_native:ActsMediaPlayerTest", "//test/xts/acts/multimedia_lite/media_lite_posix/recorder_native:ActsMediaRecorderTest", - "//test/xts/acts/distributed_schedule_lite/samgr_lite_posix:ActsSamgrTest", + "//test/xts/acts/distributed_schedule_lite/system_ability_manager_posix:ActsSamgrTest", "//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest", "//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest", ] diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/BUILD.gn b/distributed_schedule_lite/distributed_schedule_posix/BUILD.gn similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/BUILD.gn rename to distributed_schedule_lite/distributed_schedule_posix/BUILD.gn diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/Test.json b/distributed_schedule_lite/distributed_schedule_posix/Test.json similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/Test.json rename to distributed_schedule_lite/distributed_schedule_posix/Test.json diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserFuncTest.cpp b/distributed_schedule_lite/distributed_schedule_posix/src/MsgParserFuncTest.cpp similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserFuncTest.cpp rename to distributed_schedule_lite/distributed_schedule_posix/src/MsgParserFuncTest.cpp diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserLenFuncTest.cpp b/distributed_schedule_lite/distributed_schedule_posix/src/MsgParserLenFuncTest.cpp similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/src/MsgParserLenFuncTest.cpp rename to distributed_schedule_lite/distributed_schedule_posix/src/MsgParserLenFuncTest.cpp diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.cpp b/distributed_schedule_lite/distributed_schedule_posix/src/utils/DMSTestBase.cpp similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.cpp rename to distributed_schedule_lite/distributed_schedule_posix/src/utils/DMSTestBase.cpp diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.h b/distributed_schedule_lite/distributed_schedule_posix/src/utils/DMSTestBase.h similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/src/utils/DMSTestBase.h rename to distributed_schedule_lite/distributed_schedule_posix/src/utils/DMSTestBase.h diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.cpp b/distributed_schedule_lite/distributed_schedule_posix/src/utils/dms_packet.cpp similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.cpp rename to distributed_schedule_lite/distributed_schedule_posix/src/utils/dms_packet.cpp diff --git a/distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.h b/distributed_schedule_lite/distributed_schedule_posix/src/utils/dms_packet.h similarity index 100% rename from distributed_schedule_lite/dmsfwk_lite_posix/src/utils/dms_packet.h rename to distributed_schedule_lite/distributed_schedule_posix/src/utils/dms_packet.h diff --git a/distributed_schedule_lite/samgr_lite_hal/BUILD.gn b/distributed_schedule_lite/system_ability_manager_hal/BUILD.gn similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/BUILD.gn rename to distributed_schedule_lite/system_ability_manager_hal/BUILD.gn diff --git a/distributed_schedule_lite/samgr_lite_hal/Test.tmpl b/distributed_schedule_lite/system_ability_manager_hal/Test.tmpl similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/Test.tmpl rename to distributed_schedule_lite/system_ability_manager_hal/Test.tmpl diff --git a/distributed_schedule_lite/samgr_lite_hal/src/broadcast_publish_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/broadcast_publish_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/broadcast_publish_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/broadcast_publish_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/broadcast_subscribe_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/broadcast_subscribe_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/broadcast_subscribe_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/broadcast_subscribe_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/common_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/common_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/common_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/common_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/defaultfeatureapi_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/defaultfeatureapi_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/defaultfeatureapi_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/defaultfeatureapi_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/feature_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/feature_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/feature_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/feature_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/featureapi_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/featureapi_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/featureapi_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/featureapi_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/iunknown_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/iunknown_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/iunknown_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/iunknown_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/sendrequest_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/sendrequest_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/sendrequest_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/sendrequest_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/sendresponse_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/sendresponse_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/sendresponse_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/sendresponse_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/sendsharerequest_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/sendsharerequest_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/sendsharerequest_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/sendsharerequest_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/service_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/service_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/service_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/service_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/taskpool_notask_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/taskpool_notask_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/taskpool_notask_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/taskpool_notask_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/taskpool_sharedtask_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/taskpool_sharedtask_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/taskpool_sharedtask_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/taskpool_sharedtask_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/taskpool_singletask_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/taskpool_singletask_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/taskpool_singletask_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/taskpool_singletask_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/src/taskpool_specifiedtask_func_test.c b/distributed_schedule_lite/system_ability_manager_hal/src/taskpool_specifiedtask_func_test.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/src/taskpool_specifiedtask_func_test.c rename to distributed_schedule_lite/system_ability_manager_hal/src/taskpool_specifiedtask_func_test.c diff --git a/distributed_schedule_lite/samgr_lite_hal/utils/samgr_maintenance.c b/distributed_schedule_lite/system_ability_manager_hal/utils/samgr_maintenance.c similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/utils/samgr_maintenance.c rename to distributed_schedule_lite/system_ability_manager_hal/utils/samgr_maintenance.c diff --git a/distributed_schedule_lite/samgr_lite_hal/utils/samgr_maintenance.h b/distributed_schedule_lite/system_ability_manager_hal/utils/samgr_maintenance.h similarity index 100% rename from distributed_schedule_lite/samgr_lite_hal/utils/samgr_maintenance.h rename to distributed_schedule_lite/system_ability_manager_hal/utils/samgr_maintenance.h diff --git a/distributed_schedule_lite/samgr_lite_posix/BUILD.gn b/distributed_schedule_lite/system_ability_manager_posix/BUILD.gn similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/BUILD.gn rename to distributed_schedule_lite/system_ability_manager_posix/BUILD.gn diff --git a/distributed_schedule_lite/samgr_lite_posix/Test.json b/distributed_schedule_lite/system_ability_manager_posix/Test.json similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/Test.json rename to distributed_schedule_lite/system_ability_manager_posix/Test.json diff --git a/distributed_schedule_lite/samgr_lite_posix/src/BroadcastPublishTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/BroadcastPublishTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/BroadcastPublishTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/BroadcastPublishTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/BroadcastSubscribeTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/BroadcastSubscribeTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/BroadcastSubscribeTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/BroadcastSubscribeTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/CommonTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/CommonTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/CommonTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/CommonTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/DefaultFeatureApiTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/DefaultFeatureApiTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/DefaultFeatureApiTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/DefaultFeatureApiTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/FeatureApiTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/FeatureApiTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/FeatureApiTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/FeatureApiTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/FeatureTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/FeatureTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/FeatureTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/FeatureTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/IUnknownTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/IUnknownTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/IUnknownTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/IUnknownTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/LiteIPCClientTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/LiteIPCClientTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCClientTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/LiteIPCFeatureTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCFeatureTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/LiteIPCFeatureTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCFeatureTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/LiteIPCServiceTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCServiceTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/LiteIPCServiceTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/LiteIPCServiceTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/SendRequestTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/SendRequestTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/SendRequestTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/SendRequestTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/SendResponseTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/SendResponseTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/SendResponseTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/SendResponseTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/SendShareRequestTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/SendShareRequestTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/SendShareRequestTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/SendShareRequestTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/ServiceTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/ServiceTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/ServiceTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/ServiceTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/TaskpoolNoTaskTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolNoTaskTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/TaskpoolNoTaskTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolNoTaskTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/TaskpoolSharedTaskTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolSharedTaskTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/TaskpoolSharedTaskTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolSharedTaskTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/TaskpoolSingleTaskTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolSingleTaskTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/TaskpoolSingleTaskTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolSingleTaskTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/TaskpoolSpecifiedTaskTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolSpecifiedTaskTest.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/TaskpoolSpecifiedTaskTest.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/TaskpoolSpecifiedTaskTest.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/utils/SamgrTestBase.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/utils/SamgrTestBase.cpp similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/utils/SamgrTestBase.cpp rename to distributed_schedule_lite/system_ability_manager_posix/src/utils/SamgrTestBase.cpp diff --git a/distributed_schedule_lite/samgr_lite_posix/src/utils/SamgrTestBase.h b/distributed_schedule_lite/system_ability_manager_posix/src/utils/SamgrTestBase.h similarity index 100% rename from distributed_schedule_lite/samgr_lite_posix/src/utils/SamgrTestBase.h rename to distributed_schedule_lite/system_ability_manager_posix/src/utils/SamgrTestBase.h -- GitLab