Home
last modified time | relevance | path

Searched refs:CheckPreload (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dpage_url_checker.h31 virtual void CheckPreload(const std::string& url) {} in CheckPreload() function in OHOS::Ace::PageUrlChecker
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.h38 void CheckPreload(const std::string& url) override;
H A Dpage_url_checker_ohos.cpp242 void PageUrlCheckerOhos::CheckPreload(const std::string& url) in CheckPreload() function in OHOS::Ace::PageUrlCheckerOhos
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1138 taskExecutor->PostTask([pageUrlChecker, url = target.url]() { pageUrlChecker->CheckPreload(url); }, in PushOhmUrl()
1234 taskExecutor->PostTask([pageUrlChecker, url = target.url]() { pageUrlChecker->CheckPreload(url); }, in ReplaceOhmUrl()

Completed in 5 milliseconds