Home
last modified time | relevance | path

Searched refs:SetModuleNameCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dpage_url_checker.h35 virtual void SetModuleNameCallback(std::function<std::string(const std::string&)>&& callback) {} in SetModuleNameCallback() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.h42 void SetModuleNameCallback(std::function<std::string(const std::string&)>&& callback) override;
H A Dpage_url_checker_ohos.cpp326 void PageUrlCheckerOhos::SetModuleNameCallback(std::function<std::string(const std::string&)>&& cal… in SetModuleNameCallback() function in OHOS::Ace::PageUrlCheckerOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp657 pageUrlChecker->SetModuleNameCallback(std::move(moduleNamecallback)); in Initialize()