Home
last modified time | relevance | path

Searched refs:viewID (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_lazy_foreach_ffi.h24 CJ_EXPORT void FfiOHOSAceFrameworkLazyForEachCreate(int64_t viewID, int64_t parentViewID, int64_t lazyForEachFuncsID);
H A Dcj_lazy_foreach_ffi.cpp26 void FfiOHOSAceFrameworkLazyForEachCreate(int64_t viewID, int64_t parentViewID, int64_t lazyForEachFuncsID) in FfiOHOSAceFrameworkLazyForEachCreate() argument
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp181 ClickViewById(step.viewID.c_str()); in OnTestOneStep()
189 DrageToView(step.viewID.c_str(), x, y); in OnTestOneStep()
193 OnSaveFile(className, step.viewID, stepIndex); in OnTestOneStep()
208 void UIAutoTest::OnSaveFile(std::string className, std::string viewID, size_t stepIndex) in OnSaveFile() argument
210 std::string fileName = className + "@" + viewID + "@" + std::to_string(stepIndex) + ".bmp"; in OnSaveFile()
H A Dtcp_socket_manager.cpp104 testSteps.viewID = arrobj.value(JSON_VALUE_VIEW_ID.c_str()).toString().toStdString(); in OnGetTestSetps()
251 printf("steps---viewID=[%s], eventID=[%d]", it3.viewID.c_str(), it3.eventID); in OnPrintTestInfo()
/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h38 std::string viewID; member
71 const std::string JSON_VALUE_VIEW_ID = "viewID";
H A Dui_auto_test.h48 void OnSaveFile(std::string className, std::string viewID, size_t stepIndex);
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp56 constexpr char INSPECTOR_VIEW_ID[] = "$viewID";
302 std::string viewID = root->GetString("viewID", ""); in GetNewComponentWithJsCode() local
323 auto component = declarativeFrontend->GetNewComponentWithJsCode(jsCode, viewID); in GetNewComponentWithJsCode()
330 std::string viewID = root->GetString("viewID", ""); in GetNewFrameNodeWithJsCode() local
331 if (jsCode.empty() || viewID.empty()) { in GetNewFrameNodeWithJsCode()
345 if (!jsEngine->ExecuteJsForFastPreview(jsCode, viewID)) { in GetNewFrameNodeWithJsCode()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h450 virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) in GetNewComponentWithJsCode() argument
455 virtual bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h435 RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) override;
436 bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) override;
H A Djsi_declarative_engine.cpp2035 RefPtr<Component> JsiDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) in GetNewComponentWithJsCode() argument
2043 ViewStackProcessor::GetInstance()->PushKey(viewID); in GetNewComponentWithJsCode()
2053 bool JsiDeclarativeEngine::ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview() argument
2060 NG::ViewStackProcessor::GetInstance()->PushKey(viewID); in ExecuteJsForFastPreview()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h127 RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID);
H A Ddeclarative_frontend.cpp861 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) in Initialize() argument
864 return jsEngine_->GetNewComponentWithJsCode(jsCode, viewID); in Initialize()

Completed in 13 milliseconds