Searched defs:loadRequestInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 269 int32_t SystemAbilityStateScheduler::HandleLoadAbilityEvent(const LoadRequestInfo& loadRequestInfo) in HandleLoadAbilityEvent() 288 …onst std::shared_ptr<SystemAbilityContext>& abilityContext, const LoadRequestInfo& loadRequestInfo) in HandleLoadAbilityEventLocked() 474 const LoadRequestInfo& loadRequestInfo) in PendLoadEventLocked() 530 for (auto& loadRequestInfo : abilityContext->pendingLoadEventList) { in HandlePendingLoadEventLocked() local 555 …onst std::shared_ptr<SystemAbilityContext>& abilityContext, const LoadRequestInfo& loadRequestInfo) in DoLoadSystemAbilityLocked() 892 LoadRequestInfo loadRequestInfo = {LOCAL_DEVICE, callback, in HandleAbnormallyDiedAbilityLocked() local 1312 LoadRequestInfo loadRequestInfo = {LOCAL_DEVICE, callback, saControl.saId, callingPid, event}; in CheckStartEnableOnce() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_state_scheduler_test.cpp | 448 LoadRequestInfo loadRequestInfo; variable 474 LoadRequestInfo loadRequestInfo; variable 551 LoadRequestInfo loadRequestInfo; variable 579 LoadRequestInfo loadRequestInfo; variable 606 LoadRequestInfo loadRequestInfo; variable 959 LoadRequestInfo loadRequestInfo; variable 981 LoadRequestInfo loadRequestInfo; variable 1003 LoadRequestInfo loadRequestInfo; variable 1023 LoadRequestInfo loadRequestInfo; variable
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1695 …LoadRequestInfo loadRequestInfo = {LOCAL_DEVICE, callback, systemAbilityId, callingPid, onDemandEv… in LoadSystemAbility() local 1718 LoadRequestInfo loadRequestInfo = {srcDeviceId, callback, systemAbilityId, -1, onDemandEvent}; in LoadSystemAbilityFromRpc() local
|