Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_engine_helper.cpp73 std::pair<int32_t, int32_t> EngineHelper::GetPositionOnJsCode() in GetPositionOnJsCode() function in OHOS::Ace::EngineHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.h75 static std::pair<int32_t, int32_t> GetPositionOnJsCode();
H A Dengine_helper.cpp125 std::pair<int32_t, int32_t> EngineHelper::GetPositionOnJsCode() in GetPositionOnJsCode() function in OHOS::Ace::EngineHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp789 auto codeInfo = EngineHelper::GetPositionOnJsCode(); in CreateViewNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp44 auto pos = EngineHelper::GetPositionOnJsCode(); in UINode()