Searched refs:saID (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/services_daemon/ |
H A D | cloud_daemon_test.cpp | 53 int32_t saID = FILEMANAGEMENT_CLOUD_DAEMON_SERVICE_SA_ID; in SetUp() local 55 cloudDaemon_ = std::make_shared<CloudDaemon>(saID, runOnCreate); in SetUp()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/ |
H A D | daemon_test.cpp | 65 int32_t saID = FILEMANAGEMENT_DISTRIBUTED_FILE_DAEMON_SA_ID; in SetUp() local 67 daemon_ = std::make_shared<Daemon>(saID, runOnCreate); in SetUp()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/ |
H A D | cloud_daemon.cpp | 50 CloudDaemon::CloudDaemon(int32_t saID, bool runOnCreate) : SystemAbility(saID, runOnCreate) in CloudDaemon() argument
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | daemon.h | 49 explicit Daemon(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCreate) {};
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/ |
H A D | cloud_daemon.h | 41 explicit CloudDaemon(int32_t saID, bool runOnCreate = true);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 28 StorageManager(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCreate) {}; in DECLARE_SYSTEM_ABILITY()
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 305 explicit Service(int32_t saID, bool runOnCreate = false) : SystemAbility(saID, runOnCreate)
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 47 …explicit NetsysNativeService(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCre…
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 40 explicit CloudSyncService(int32_t saID, bool runOnCreate = true);
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 1268 int32_t saID = 2503; variable 1269 wptr<Service> reversePtr(new Service(saID)); 1297 int32_t saID = 4801; variable 1298 wptr<Service> reversePtr(new Service(saID));
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 53 CloudSyncService::CloudSyncService(int32_t saID, bool runOnCreate) : SystemAbility(saID, runOnCreat… in CloudSyncService() argument
|