Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp164 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
188 xComponent2.SetSoPath(XCOMPONENT_SO_PATH);
212 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
244 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
309 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
385 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
420 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
488 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
556 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
628 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
[all …]
H A Dxcomponent_test_ng.cpp179 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
996 xComponent.SetSoPath(XCOMPONENT_SO_PATH);
1050 xComponentPattern->SetSoPath(XCOMPONENT_SO_PATH);
1069 xComponent2.SetSoPath(XCOMPONENT_SO_PATH);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp47 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath() function in OHOS::Ace::Framework::XComponentModelImpl
52 xcomponentComponent->SetSoPath(soPath); in SetSoPath()
H A Dxcomponent_model_impl.h28 void SetSoPath(const std::string& soPath) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model.h59 virtual void SetSoPath(const std::string& soPath) = 0;
H A Dxcomponent_model_ng.h47 void SetSoPath(const std::string& soPath) override;
H A Dxcomponent_model_ng.cpp90 void XComponentModelNG::SetSoPath(const std::string& soPath) in SetSoPath() function in OHOS::Ace::NG::XComponentModelNG
100 xcPattern->SetSoPath(soPath); in SetSoPath()
H A Dxcomponent_pattern.h167 void SetSoPath(const std::string& soPath) in SetSoPath() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h238 void SetSoPath(const std::string& soPath) in SetSoPath() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp254 XComponentModel::GetInstance()->SetSoPath(soPath); in Create()