Home
last modified time | relevance | path

Searched refs:GetParamObj (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_context.h59 napi_value GetParamObj() const override;
H A Djs_navdestination_context.cpp30 napi_value JSNavPathInfo::GetParamObj() const in GetParamObj() function in OHOS::Ace::Framework::JSNavPathInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_context.h44 virtual napi_value GetParamObj() const in GetParamObj() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp56 pathInfo->GetParamObj(), std::to_string(pattern->GetNavDestinationId())); in NotifyNavigationStateChange()
176 … state, host->GetIndex(), pathInfo->GetParamObj(), std::to_string(pattern->GetNavDestinationId())); in GetNavigationState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp81 param = pathInfo->GetParamObj(); in BuildNavDestinationInfoFromContext()