Home
last modified time | relevance | path

Searched refs:inspectorTag (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h86 virtual void SetInspectorTag(std::string inspectorTag) in SetInspectorTag() argument
88 inspectorTag_ = inspectorTag; in SetInspectorTag()
/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() argument
84 inspectorTag_ = inspectorTag; in SetInspectorTag()
H A Djs_previewer_mock.cpp48 void CreateMockComponent(const std::string& inspectorTag) in CreateMockComponent() argument
50 OHOS::Ace::PreviewMockModel::GetInstance()->Create(inspectorTag); in CreateMockComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h267 RefPtr<ComposedComponent> CreateInspectorWrapper(const std::string& inspectorTag);
291 void CreateInspectorComposedComponent(const std::string& inspectorTag);
H A Dview_stack_processor.cpp851 …fPtr<ComposedComponent> ViewStackProcessor::CreateInspectorWrapper(const std::string& inspectorTag) in CreateInspectorWrapper() argument
854 V2::InspectorComposedComponent::GenerateId(), inspectorTag); in CreateInspectorWrapper()
857 void ViewStackProcessor::CreateInspectorComposedComponent(const std::string& inspectorTag) in CreateInspectorComposedComponent() argument
859 if (V2::InspectorComposedComponent::HasInspectorFinished(inspectorTag)) { in CreateInspectorComposedComponent()
861 V2::InspectorComposedComponent::GenerateId(), inspectorTag); in CreateInspectorComposedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h67 void SetInspectorTag(const std::string& inspectorTag) in SetInspectorTag() argument
69 inspectorTag_ = inspectorTag; in SetInspectorTag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp505 auto inspectorTag = dialog->GetInspectorTag(); in CreateInspectorComponent() local
506 if (V2::InspectorComposedComponent::HasInspectorFinished(inspectorTag)) { in CreateInspectorComponent()
508 V2::InspectorComposedComponent::GenerateId(), inspectorTag); in CreateInspectorComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h128 …onst DialogProperties& dialogProperties, bool isRightToLeft, const std::string& inspectorTag = "");
H A Dpipeline_context.cpp1121 const DialogProperties& dialogProperties, bool isRightToLeft, const std::string& inspectorTag) in ShowDialog() argument
1128 dialog->SetInspectorTag(inspectorTag); in ShowDialog()