Searched refs:INSPECTOR_DEBUGLINE (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 37 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 D | inspector.cpp | 36 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 D | js_inspector_manager.cpp | 55 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 D | component_test_component_impl.cpp | 60 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 6 milliseconds