Home
last modified time | relevance | path

Searched refs:INSPECTOR_DEBUGLINE (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp37 const char INSPECTOR_DEBUGLINE[] = "$debugLine"; member
161 jsonNode->Put(INSPECTOR_DEBUGLINE, parent->GetDebugLine().c_str()); in GetSpanInspector()
184 jsonNode->Put(INSPECTOR_DEBUGLINE, node->GetDebugLine().c_str()); in PutNodeInfoToJsonNode()
278 jsonNode->Put(INSPECTOR_DEBUGLINE, parent->GetDebugLine().c_str()); in GetSpanInspector()
302 jsonNode->Put(INSPECTOR_DEBUGLINE, customNode->GetDebugLine().c_str()); in GetCustomNodeInfo()
316 jsonNode->Put(INSPECTOR_DEBUGLINE, node->GetDebugLine().c_str()); in PutNodeInfoToJsonNode()
482 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp36 const char INSPECTOR_DEBUGLINE[] = "$debugLine"; member
154 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp55 constexpr char INSPECTOR_DEBUGLINE[] = "$debugLine"; member
406 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetAttrsAndStyles()
429 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetAttrsAndStylesV2()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp60 constexpr char INSPECTOR_DEBUGLINE[] = "$debugLine"; member
555 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorInfoImpl()
708 jsonNode->Put(INSPECTOR_DEBUGLINE, node->GetDebugLine().c_str()); in GetInspectorChildren()
757 jsonNode->Put(INSPECTOR_DEBUGLINE, parent->GetDebugLine().c_str()); in GetSpanInspector()

Completed in 5 milliseconds