Home
last modified time | relevance | path

Searched refs:debugLine (Results 1 - 7 of 7) sorted by relevance

/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.cpp36 const char INSPECTOR_DEBUGLINE[] = "$debugLine";
153 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() local
154 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp54 constexpr char INSPECTOR_INNER_DEBUGLINE[] = "debugLine";
55 constexpr char INSPECTOR_DEBUGLINE[] = "$debugLine";
404 // change debugLine to $debugLine and move out of attrs in GetAttrsAndStyles()
405 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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp37 const char INSPECTOR_DEBUGLINE[] = "$debugLine";
481 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() local
482 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorNodeByKey()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp60 constexpr char INSPECTOR_DEBUGLINE[] = "$debugLine";
554 std::string debugLine = uiNode_->GetDebugLine(); in GetInspectorInfoImpl() local
555 jsonNode->Put(INSPECTOR_DEBUGLINE, debugLine.c_str()); in GetInspectorInfoImpl()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7458 std::string debugLine; in JsDebugLine() local
7467 debugLine = jsVal->ToString(); in JsDebugLine()
7478 debugLine = json->ToString(); in JsDebugLine()
7481 ViewAbstractModel::GetInstance()->SetDebugLine(debugLine); in JsDebugLine()
8753 JSClass<JSViewAbstract>::StaticMethod("debugLine", &JSViewAbstract::JsDebugLine); in JSBind()

Completed in 33 milliseconds