Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp32 xcomponentComponent->SetLibraryName(libraryname.value_or("")); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h141 void SetLibraryName(const std::string& libraryName) in SetLibraryName() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h157 void SetLibraryName(const std::optional<std::string>& libraryname) in SetLibraryName() function
H A Dxcomponent_model_ng.cpp425 xcPattern->SetLibraryName(libraryname); in SetXComponentLibraryname()
H A Dxcomponent_pattern.cpp166 SetLibraryName(libraryname); in XComponentPattern()