Searched refs:PASTEBOARD_SERVICE_ID (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 239 PASTEBOARD_SERVICE_ID = 3701, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 230 pub const PASTEBOARD_SERVICE_ID: i32 = 3701; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 112 { PASTEBOARD_SERVICE_ID, "PasteboardService" },
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 654 sptr<IRemoteObject> remoteObject = samgrProxy->CheckSystemAbility(PASTEBOARD_SERVICE_ID); in GetPasteboardService() 670 int32_t ret = samgrProxy->LoadSystemAbility(PASTEBOARD_SERVICE_ID, loadCallback); in GetPasteboardService()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 104 : SystemAbility(PASTEBOARD_SERVICE_ID, true), state_(ServiceRunningState::STATE_NOT_START) in PasteboardService() 213 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 0, PASTEBOARD_SERVICE_ID); in OnStop() 288 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 1, PASTEBOARD_SERVICE_ID); in NotifySaStatus()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/ |
H A D | enterprise_device_mgr_ability.cpp | 151 addSystemAbilityFuncMap_[PASTEBOARD_SERVICE_ID] = in AddOnAddSystemAbilityFuncMap() 471 AddSystemAbilityListener(PASTEBOARD_SERVICE_ID); in AddSystemAbilityListeners()
|