/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | inspector_test_ng.cpp | 153 * @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 D | inspector.h | 44 static std::string GetInspector(bool isLayoutInspector = false); 45 static std::string GetInspector(bool isLayoutInspector, const InspectorFilter& filter, bool& needThrow);
|
H A D | inspector.cpp | 565 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 D | cj_component_id_ffi.cpp | 45 auto nodeInfos = NG::Inspector::GetInspector(); in FfiOHOSAceFrameworkComponentIdGetInspectorTree()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | layout_inspector.cpp | 268 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 D | jsi_component_api_bridge.cpp | 117 auto attributes = delegate->GetInspector(nodeId); in JsGetInspector()
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 165 std::string GetInspector(NodeId nodeId) override;
|
H A D | plugin_frontend_delegate.cpp | 991 std::string PluginFrontendDelegate::GetInspector(NodeId nodeId) in GetInspector() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 210 virtual std::string GetInspector(NodeId nodeId) = 0;
|
H A D | frontend_delegate_impl.h | 274 std::string GetInspector(NodeId nodeId) override;
|
H A D | frontend_delegate_impl.cpp | 972 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 D | mock_plugin_frontend_delegate.cpp | 246 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 D | frontend_delegate_declarative_ng.h | 192 std::string GetInspector(NodeId nodeId) override
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 111 jsonStr = NG::Inspector::GetInspector(false); in AssembleJSONTree()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.cpp | 649 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 D | frontend_delegate_declarative.h | 239 std::string GetInspector(NodeId nodeId) override;
|
H A D | frontend_delegate_declarative.cpp | 2135 std::string FrontendDelegateDeclarative::GetInspector(NodeId nodeId) in GetInspector() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 5281 auto nodeInfos = NG::Inspector::GetInspector(false, filter, needThrow); in GetInspectorTree()
|