Searched refs:PASTEBOARD_SERVICE_ID (Results 1 - 4 of 4) sorted by relevance
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 239 PASTEBOARD_SERVICE_ID = 3701, enumerator
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 230 pub const PASTEBOARD_SERVICE_ID: i32 = 3701; consts
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 640 sptr<IRemoteObject> remoteObject = samgrProxy->CheckSystemAbility(PASTEBOARD_SERVICE_ID); in GetPasteboardService() 656 int32_t ret = samgrProxy->LoadSystemAbility(PASTEBOARD_SERVICE_ID, loadCallback); in GetPasteboardService()
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 96 : SystemAbility(PASTEBOARD_SERVICE_ID, true), state_(ServiceRunningState::STATE_NOT_START) in PasteboardService() 205 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 0, PASTEBOARD_SERVICE_ID); in OnStop() local 280 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 1, PASTEBOARD_SERVICE_ID); in NotifySaStatus() local
|
Completed in 8 milliseconds