Home
last modified time | relevance | path

Searched refs:ConvertToXComponentType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.h83 static XComponentType ConvertToXComponentType(const std::string& type);
H A Darkts_native_xcomponent_bridge.cpp91 XComponentType XComponentBridge::ConvertToXComponentType(const std::string& type) in ConvertToXComponentType() function in OHOS::Ace::NG::XComponentBridge
130 xcParams->type = ConvertToXComponentType(typeArg->ToString(vm)->ToString(vm)); in ParseParams()
297 xcomponentType = ConvertToXComponentType(typeArg->ToString(vm)->ToString(vm)); in SetXComponentInitialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp36 XComponentType ConvertToXComponentType(const std::string& type) in ConvertToXComponentType() function
237 xcomponentType = ConvertToXComponentType(type->ToString()); in Create()