Home
last modified time | relevance | path

Searched refs:debugLine (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_component.h120 void SetDebugLine(std::string debugLine) in SetDebugLine() argument
122 debugLine_ = debugLine; in SetDebugLine()
H A Dinspector_node.h77 void SetDebugLine(const std::string& debugLine) in SetDebugLine() argument
79 debugLine_ = debugLine; in SetDebugLine()
H A Dinspector.cpp155 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() local
156 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp405 std::string debugLine = attrJsonNode->GetString(INSPECTOR_INNER_DEBUGLINE); in GetAttrsAndStyles() local
406 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetAttrsAndStyles()
427 std::string debugLine = composedElement->GetDebugLine(); in GetAttrsAndStylesV2() local
429 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetAttrsAndStylesV2()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp472 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() local
473 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7524 std::string debugLine; in JsDebugLine() local
7533 debugLine = jsVal->ToString(); in JsDebugLine()
7544 debugLine = json->ToString(); in JsDebugLine()
7547 ViewAbstractModel::GetInstance()->SetDebugLine(debugLine); in JsDebugLine()