Home
last modified time | relevance | path

Searched refs:STORAGE_MANAGER_DAEMON_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dmain.cpp114 int ret = samgr->AddSystemAbility(STORAGE_MANAGER_DAEMON_ID, sd); in main()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp34 constexpr int32_t STORAGE_DAEMON_SAID = OHOS::STORAGE_MANAGER_DAEMON_ID;
47 sptr<IRemoteObject> object = samgr->GetSystemAbility(OHOS::STORAGE_MANAGER_DAEMON_ID); in GetStorageDaemonProxy()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h297 STORAGE_MANAGER_DAEMON_ID = 5002, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs288 pub const STORAGE_MANAGER_DAEMON_ID: i32 = 5002; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp140 { STORAGE_MANAGER_DAEMON_ID, "StorageDaemon" },
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp54 auto object = sam->GetSystemAbility(STORAGE_MANAGER_DAEMON_ID); in Connect()