Home
last modified time | relevance | path

Searched refs:SetInspectorTag (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpreview_mock_model_impl.h46 mockComponent->SetInspectorTag(content + "ComponentV2"); in Create()
48 mockComponent->SetInspectorTag(content); in Create()
50 mockComponent->SetInspectorTag(content + "Component"); in Create()
H A Dcolumn_model_impl.cpp43 columnComponent->SetInspectorTag(tag); in Create()
H A Dgauge_model_impl.cpp31 progressChild->SetInspectorTag("Gauge"); in Create()
H A Dform_model_impl.cpp29 form->SetInspectorTag("FormComponent"); in Create()
H A Dcheckbox_model_impl.cpp53 checkboxComponent->SetInspectorTag("Checkbox"); in Create()
H A Dcheckboxgroup_model_impl.cpp51 checkboxComponent->SetInspectorTag("CheckboxGroupComponent"); in Create()
H A Dflex_model_impl.cpp31 row->SetInspectorTag("FlexComponentV2"); in CreateFlexRow()
H A Dtext_field_model_impl.cpp53 textInputComponent->SetInspectorTag("TextInput"); in CreateTextInput()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_column.h28 static void SetInspectorTag(const std::string& inspectorTag);
H A Djs_column.cpp82 void JSColumn::SetInspectorTag(const std::string& inspectorTag) in SetInspectorTag() function in OHOS::Ace::Framework::JSColumn
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h86 virtual void SetInspectorTag(std::string inspectorTag) in SetInspectorTag() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h67 void SetInspectorTag(const std::string& inspectorTag) in SetInspectorTag() function
H A Dinspector_composed_component.cpp368 composedElement->SetInspectorTag(GetName()); in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1128 dialog->SetInspectorTag(inspectorTag); in ShowDialog()