Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.cpp68 auto type = GetTypeImpl(node); in InitXComponent()
81 auto type = GetTypeImpl(frameNode); in GetLibraryName()
94 auto type = GetTypeImpl(frameNode); in SetSoPath()
133 auto type = GetTypeImpl(node); in SetOnLoad()
167 auto type = GetTypeImpl(node); in SetOnDestroy()
398 auto type = GetTypeImpl(node); in EnableAnalyzer()
432 auto type = GetTypeImpl(node); in SetControllerOnCreated()
445 auto type = GetTypeImpl(node); in SetControllerOnChanged()
458 auto type = GetTypeImpl(node); in SetControllerOnDestroyed()
471 auto type = GetTypeImpl(node); in SetDetachCallback()
[all …]
H A Dxcomponent_model_ng.h88 static XComponentType GetTypeImpl(const RefPtr<FrameNode>& frameNode);
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/napi/
H A Dnapi_api.h193 struct GetTypeImpl { struct
194 using type = typename GetTypeImpl<I - 1, TypesI...>::type; argument
197 struct GetTypeImpl<0, T, TypesI...> {
206 return Value<typename GetTypeImpl<index, Types...>::type> { env_, args[index] };