Home
last modified time | relevance | path

Searched defs:libraryname (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp26 const std::optional<std::string>& libraryname, in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.cpp28 const std::optional<std::string>& libraryname, in Create()
43 XComponentType type, const std::string& libraryname, in Create()
298 const std::optional<std::string>& libraryname) in CreateFrameNode()
420 …d XComponentModelNG::SetXComponentLibraryname(FrameNode* frameNode, const std::string& libraryname) in SetXComponentLibraryname()
H A Dxcomponent_pattern.h157 void SetLibraryName(const std::optional<std::string>& libraryname) in SetLibraryName()
H A Dxcomponent_pattern.cpp160 const std::optional<std::string>& libraryname, in XComponentPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_xcomponent_modifier.cpp149 void SetXComponentLibraryname(ArkUINodeHandle node, const char* libraryname) in SetXComponentLibraryname()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js2293 constructor(uiContext, options, id, type, libraryname, controller) { argument