Home
last modified time | relevance | path

Searched refs:saID (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/services_daemon/
H A Dcloud_daemon_test.cpp53 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 Ddaemon_test.cpp65 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 Dcloud_daemon.cpp50 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 Ddaemon.h49 explicit Daemon(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCreate) {};
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/
H A Dcloud_daemon.h41 explicit CloudDaemon(int32_t saID, bool runOnCreate = true);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h28 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 Dservice.h305 explicit Service(int32_t saID, bool runOnCreate = false) : SystemAbility(saID, runOnCreate)
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h47 …explicit NetsysNativeService(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCre…
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h40 explicit CloudSyncService(int32_t saID, bool runOnCreate = true);
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp1268 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 Dcloud_sync_service.cpp53 CloudSyncService::CloudSyncService(int32_t saID, bool runOnCreate) : SystemAbility(saID, runOnCreat… in CloudSyncService() argument