Home
last modified time | relevance | path

Searched refs:loadAbilityTaskFuncList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1673 std::vector<LoadAbilityTaskFunc> loadAbilityTaskFuncList_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7791 loadAbilityTaskFuncList_.emplace_back(func); in NotifyAppFaultBySA()
7798 for_each(loadAbilityTaskFuncList_.begin(), loadAbilityTaskFuncList_.end(), in NotifyAppFaultBySA()
7805 loadAbilityTaskFuncList_.clear(); in NotifyAppFaultBySA()