Home
last modified time | relevance | path

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 Dsystem_ability_definition.h239 PASTEBOARD_SERVICE_ID = 3701, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs230 pub const PASTEBOARD_SERVICE_ID: i32 = 3701; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp112 { PASTEBOARD_SERVICE_ID, "PasteboardService" },
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp654 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 Dpasteboard_service.cpp104 : 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 Denterprise_device_mgr_ability.cpp151 addSystemAbilityFuncMap_[PASTEBOARD_SERVICE_ID] = in AddOnAddSystemAbilityFuncMap()
471 AddSystemAbilityListener(PASTEBOARD_SERVICE_ID); in AddSystemAbilityListeners()