Home
last modified time | relevance | path

Searched refs:SetModelSource (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_view_ng.h30 void SetModelSource(const std::string& value) override;
H A Dmodel_view.h57 virtual void SetModelSource(const std::string& src) = 0;
H A Dmodel_view_ng.cpp53 void ModelViewNG::SetModelSource(const std::string& value) in SetModelSource() function in OHOS::Ace::NG::ModelViewNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.cpp294 ModelView::GetInstance()->SetModelSource(ohosPath); in Create()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp260 modelViewNG.SetModelSource(testPath);