Searched refs:viewID (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_lazy_foreach_ffi.h | 24 CJ_EXPORT void FfiOHOSAceFrameworkLazyForEachCreate(int64_t viewID, int64_t parentViewID, int64_t lazyForEachFuncsID);
|
H A D | cj_lazy_foreach_ffi.cpp | 26 void FfiOHOSAceFrameworkLazyForEachCreate(int64_t viewID, int64_t parentViewID, int64_t lazyForEachFuncsID) in FfiOHOSAceFrameworkLazyForEachCreate() argument
|
/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | ui_auto_test.cpp | 181 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 D | tcp_socket_manager.cpp | 104 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 D | ui_test_message.h | 38 std::string viewID; member 71 const std::string JSON_VALUE_VIEW_ID = "viewID";
|
H A D | ui_auto_test.h | 48 void OnSaveFile(std::string className, std::string viewID, size_t stepIndex);
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 56 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 D | js_engine.h | 450 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 D | jsi_declarative_engine.h | 435 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 D | jsi_declarative_engine.cpp | 2035 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 D | declarative_frontend.h | 127 RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID);
|
H A D | declarative_frontend.cpp | 861 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