Home
last modified time | relevance | path

Searched refs:GetInspector (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dinspector_test_ng.cpp153 * @tc.steps: step1. callback GetInspector in HWTEST_F()
169 * @tc.steps: step2. call GetInspector in HWTEST_F()
172 auto test1 = Inspector::GetInspector(false); in HWTEST_F()
174 auto test3 = Inspector::GetInspector(true); in HWTEST_F()
185 auto test5 = Inspector::GetInspector(false); in HWTEST_F()
193 auto test6 = Inspector::GetInspector(false, filter, needThrow); in HWTEST_F()
259 * @tc.steps: step1. callback GetInspector in HWTEST_F()
271 call GetInspector in HWTEST_F()
294 auto test1 = Inspector::GetInspector(false); in HWTEST_F()
298 auto test2 = Inspector::GetInspector(fals in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.h44 static std::string GetInspector(bool isLayoutInspector = false);
45 static std::string GetInspector(bool isLayoutInspector, const InspectorFilter& filter, bool& needThrow);
H A Dinspector.cpp565 std::string Inspector::GetInspector(bool isLayoutInspector) in GetInspector() function in OHOS::Ace::NG::Inspector
569 return GetInspector(isLayoutInspector, filter, needThrow); in GetInspector()
572 std::string Inspector::GetInspector(bool isLayoutInspector, const InspectorFilter& filter, bool& needThrow) in GetInspector() function in OHOS::Ace::NG::Inspector
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_component_id_ffi.cpp45 auto nodeInfos = NG::Inspector::GetInspector(); in FfiOHOSAceFrameworkComponentIdGetInspectorTree()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp268 treeJsonStr = NG::Inspector::GetInspector(true); in GetInspectorTreeJsonStr()
274 treeJsonStr = NG::Inspector::GetInspector(true); in GetInspectorTreeJsonStr()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp117 auto attributes = delegate->GetInspector(nodeId); in JsGetInspector()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h165 std::string GetInspector(NodeId nodeId) override;
H A Dplugin_frontend_delegate.cpp991 std::string PluginFrontendDelegate::GetInspector(NodeId nodeId) in GetInspector() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h210 virtual std::string GetInspector(NodeId nodeId) = 0;
H A Dfrontend_delegate_impl.h274 std::string GetInspector(NodeId nodeId) override;
H A Dfrontend_delegate_impl.cpp972 std::string FrontendDelegateImpl::GetInspector(NodeId nodeId) in GetInspector() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp246 std::string PluginFrontendDelegate::GetInspector(NodeId nodeId) in GetInspector() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h192 std::string GetInspector(NodeId nodeId) override
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp111 jsonStr = NG::Inspector::GetInspector(false); in AssembleJSONTree()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp649 auto nodeInfos = NG::Inspector::GetInspector(false); in JsGetInspectorTree()
700 auto nodeInfos = NG::Inspector::GetInspector(false, filter, needThrow); in JsGetFilteredInspectorTree()
768 auto nodeInfos = NG::Inspector::GetInspector(false, filter, needThrow); in JsGetFilteredInspectorTreeById()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h239 std::string GetInspector(NodeId nodeId) override;
H A Dfrontend_delegate_declarative.cpp2135 std::string FrontendDelegateDeclarative::GetInspector(NodeId nodeId) in GetInspector() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp5281 auto nodeInfos = NG::Inspector::GetInspector(false, filter, needThrow); in GetInspectorTree()

Completed in 39 milliseconds