Searched refs:PendLoadEventLocked (Results 1 – 3 of 3) sorted by relevance
89 int32_t PendLoadEventLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
962 …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…
292 return PendLoadEventLocked(abilityContext, loadRequestInfo); in HandleLoadAbilityEventLocked()473 int32_t SystemAbilityStateScheduler::PendLoadEventLocked(const std::shared_ptr<SystemAbilityContext… in PendLoadEventLocked() function in OHOS::SystemAbilityStateScheduler