Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dres_sched_util.h56 std::unordered_set<std::string> GetNWebPreloadSet() const;
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp197 std::unordered_set<std::string> ResSchedUtil::GetNWebPreloadSet() const in GetNWebPreloadSet() function in OHOS::AAFwk::ResSchedUtil
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp340 pThis->nwebPreloadSet_ = AAFwk::ResSchedUtil::GetInstance().GetNWebPreloadSet(); in Init()