Searched refs:SetSoPath (Results 1 – 10 of 10) sorted by relevance
164 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 …]
179 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);
47 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath() function in OHOS::Ace::Framework::XComponentModelImpl52 xcomponentComponent->SetSoPath(soPath); in SetSoPath()
28 void SetSoPath(const std::string& soPath) override;
59 virtual void SetSoPath(const std::string& soPath) = 0;
47 void SetSoPath(const std::string& soPath) override;
90 void XComponentModelNG::SetSoPath(const std::string& soPath) in SetSoPath() function in OHOS::Ace::NG::XComponentModelNG100 xcPattern->SetSoPath(soPath); in SetSoPath()
167 void SetSoPath(const std::string& soPath) in SetSoPath() function
238 void SetSoPath(const std::string& soPath) in SetSoPath() function
254 XComponentModel::GetInstance()->SetSoPath(soPath); in Create()