Home
last modified time | relevance | path

Searched refs:GetFrameNodeValueByNodeId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h72 napi_value GetFrameNodeValueByNodeId(int32_t nodeId);
426 napi_value GetFrameNodeValueByNodeId(int32_t nodeId) override in GetFrameNodeValueByNodeId() function
428 return engineInstance_->GetFrameNodeValueByNodeId(nodeId); in GetFrameNodeValueByNodeId()
H A Djsi_declarative_engine.cpp1117 napi_value JsiDeclarativeEngineInstance::GetFrameNodeValueByNodeId(int32_t nodeId) in GetFrameNodeValueByNodeId() function in OHOS::Ace::Framework::JsiDeclarativeEngineInstance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp437 napi_value DeclarativeFrontendNG::GetFrameNodeValueByNodeId(int32_t nodeId) in GetFrameNodeValueByNodeId() function in OHOS::Ace::DeclarativeFrontendNG
439 return jsEngine_->GetFrameNodeValueByNodeId(nodeId); in GetFrameNodeValueByNodeId()
H A Ddeclarative_frontend_ng.h71 napi_value GetFrameNodeValueByNodeId(int32_t nodeId) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h306 virtual napi_value GetFrameNodeValueByNodeId(int32_t nodeId) in GetFrameNodeValueByNodeId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h96 napi_value GetFrameNodeValueByNodeId(int32_t nodeId) override;
H A Ddeclarative_frontend.cpp855 napi_value DeclarativeFrontend::GetFrameNodeValueByNodeId(int32_t nodeId) in Initialize() function in OHOS::Ace::DeclarativeFrontend
858 return jsEngine_->GetFrameNodeValueByNodeId(nodeId); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp228 objValueFrameNode = frontEnd->GetFrameNodeValueByNodeId(nodeId); in OnWillClick()
270 objValueFrameNode = frontEnd->GetFrameNodeValueByNodeId(nodeId); in OnDidClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h485 virtual napi_value GetFrameNodeValueByNodeId(int32_t nodeId) in GetFrameNodeValueByNodeId() function