Home
last modified time | relevance | path

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

/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()
/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()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/
H A Dcloud_daemon.h41 explicit CloudDaemon(int32_t saID, bool runOnCreate = true);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h49 explicit Daemon(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCreate) {}; in Daemon() argument
/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
/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 StorageManager() argument
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h47 explicit NetsysNativeService(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCreate){}; in NetsysNativeService() argument
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h299 explicit Service(int32_t saID, bool runOnCreate = false) : SystemAbility(saID, runOnCreate) in Service() argument
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h40 explicit CloudSyncService(int32_t saID, bool runOnCreate = true);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp72 CloudSyncService::CloudSyncService(int32_t saID, bool runOnCreate) : SystemAbility(saID, runOnCreate) in CloudSyncService() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp1270 int32_t saID = 2503; in HWTEST_F() local
1271 wptr<Service> reversePtr(new Service(saID)); in HWTEST_F()
1299 int32_t saID = 4801; in HWTEST_F() local
1300 wptr<Service> reversePtr(new Service(saID)); in HWTEST_F()

Completed in 7 milliseconds