Home
last modified time | relevance | path

Searched refs:LOCAL_DEVICE (Results 1 - 5 of 5) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp58 constexpr const char* LOCAL_DEVICE = "local"; member
1592 for (const auto& itemCallback : abilityItem.callbackMap[LOCAL_DEVICE]) { in DoLoadSystemAbility()
1604 abilityItem.callbackMap[LOCAL_DEVICE].emplace_back(callback, callingPid); in DoLoadSystemAbility()
1615 systemAbilityId, abilityItem.callbackMap[LOCAL_DEVICE].size(), count); in DoLoadSystemAbility()
1618 SendCheckLoadedMsg(systemAbilityId, procName, LOCAL_DEVICE, callback); in DoLoadSystemAbility()
1655 LoadRequestInfo loadRequestInfo = {LOCAL_DEVICE, callback, systemAbilityId, callingPid, onDemandEvent}; in LoadSystemAbility()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp40 constexpr const char* LOCAL_DEVICE = "local"; member
542 if (loadRequestInfo.deviceId == LOCAL_DEVICE) { in DoLoadSystemAbilityLocked()
888 LoadRequestInfo loadRequestInfo = {LOCAL_DEVICE, callback, in HandleAbnormallyDiedAbilityLocked()
1309 LoadRequestInfo loadRequestInfo = {LOCAL_DEVICE, callback, saControl.saId, callingPid, event}; in CheckStartEnableOnce()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h119 constexpr static const char *LOCAL_DEVICE = "local"; member in OHOS::DistributedObject::ObjectStoreManager
H A Dobject_manager.cpp114 if (results.empty() || results.find(LOCAL_DEVICE) != results.end()) { in ProcessSyncCallback()
874 if (device == LOCAL_DEVICE) { in SyncOnStore()
876 callback({{LOCAL_DEVICE, OBJECT_SUCCESS}}); in SyncOnStore()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_proc_test.cpp41 const std::string LOCAL_DEVICE = "local"; member

Completed in 12 milliseconds