Home
last modified time | relevance | path

Searched refs:GetAndPushFrameNode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_stack_model_impl.h115 void GetAndPushFrameNode(const std::string& tag, int32_t elmtId) override in GetAndPushFrameNode() function
117 ViewStackProcessor::GetInstance()->GetAndPushFrameNode(tag, elmtId); in GetAndPushFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_model_ng.h114 void GetAndPushFrameNode(const std::string& tag, int32_t elmtId) override in GetAndPushFrameNode() function
116 ViewStackProcessor::GetInstance()->GetAndPushFrameNode(tag, elmtId); in GetAndPushFrameNode()
H A Dview_stack_model.h52 virtual void GetAndPushFrameNode(const std::string& tag, int32_t elmtId) = 0;
H A Dview_stack_processor.h417 void GetAndPushFrameNode(const std::string& tag, int32_t elmtId) in GetAndPushFrameNode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/
H A Dpuv2_viewstack_processor.d.ts82 public static GetAndPushFrameNode(tag: string, elmtId: number): void;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_stack_processor.cpp184 …ViewStackModel::GetInstance()->GetAndPushFrameNode(info[0]->ToString(), info[1]->ToNumber<int32_t>… in JsGetAndPushFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h269 void GetAndPushFrameNode(const std::string& tag, int32_t elmtId) in GetAndPushFrameNode() function