Home
last modified time | relevance | path

Searched refs:PendLoadEventLocked (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h89 int32_t PendLoadEventLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp962 …int32_t ret = systemAbilityStateScheduler->PendLoadEventLocked(systemAbilityContext, loadRequestIn…
984 …int32_t ret = systemAbilityStateScheduler->PendLoadEventLocked(systemAbilityContext, loadRequestIn…
1006 systemAbilityStateScheduler->PendLoadEventLocked(systemAbilityContext, loadRequestInfo);
1007 …int32_t ret = systemAbilityStateScheduler->PendLoadEventLocked(systemAbilityContext, loadRequestIn…
1024 …int32_t ret = systemAbilityStateScheduler->PendLoadEventLocked(systemAbilityContext, loadRequestIn…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp292 return PendLoadEventLocked(abilityContext, loadRequestInfo); in HandleLoadAbilityEventLocked()
473 int32_t SystemAbilityStateScheduler::PendLoadEventLocked(const std::shared_ptr<SystemAbilityContext… in PendLoadEventLocked() function in OHOS::SystemAbilityStateScheduler