Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h173 …virtual int32_t LoadNavDestinationSource(const std::string& pageUrl, const std::string& bundleName, in LoadNavDestinationSource() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h299 int32_t LoadNavDestinationSource(const std::string& pageUrl, const std::string& bundleName,
H A Djsi_declarative_engine.cpp1707 int32_t JsiDeclarativeEngine::LoadNavDestinationSource(const std::string& bundleName, in LoadNavDestinationSource() function in OHOS::Ace::Framework::JsiDeclarativeEngine
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp650 … return jsEngine->LoadNavDestinationSource(bundleName, moduleName, pageSourceFile, isSingleton); in Initialize()