Home
last modified time | relevance | path

Searched refs:SetDebugLine (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Drec_node.h57 inline void SetDebugLine(const std::string& debugline) in SetDebugLine() function
H A Dview_abstract_model_ng.h1211 void SetDebugLine(const std::string& line) override in SetDebugLine() function
1213 ViewAbstract::SetDebugLine(line); in SetDebugLine()
H A Dui_node.h430 void SetDebugLine(const std::string& line) in SetDebugLine() function
H A Dview_abstract_model.h338 virtual void SetDebugLine(const std::string& line) = 0;
H A Dinspector.cpp914 recNode->SetDebugLine(strDebugLine); in AddInspectorTreeNode()
H A Dview_abstract.h357 static void SetDebugLine(const std::string& line);
H A Dview_abstract.cpp2275 void ViewAbstract::SetDebugLine(const std::string& line) in SetDebugLine() function in OHOS::Ace::NG::ViewAbstract
2279 uiNode->SetDebugLine(line); in SetDebugLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_component.h120 void SetDebugLine(std::string debugLine) in SetDebugLine() function
H A Dinspector_node.h77 void SetDebugLine(const std::string& debugLine) in SetDebugLine() function
H A Dinspector_composed_component.cpp369 composedElement->SetDebugLine(GetDebugLine()); in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp411 recNode->SetDebugLine(node.debugline); in HandleInnerCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h236 void SetDebugLine(const std::string& line) override;
H A Dview_abstract_model_impl.cpp1379 void ViewAbstractModelImpl::SetDebugLine(const std::string& line) in SetDebugLine() function in OHOS::Ace::Framework::ViewAbstractModelImpl
1383 component->SetDebugLine(line); in SetDebugLine()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp905 ViewAbstract::SetDebugLine(srcimages);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7547 ViewAbstractModel::GetInstance()->SetDebugLine(debugLine); in JsDebugLine()