Searched defs:createNativeNode (Results 1 – 5 of 5) sorted by relevance
22 export const createNativeNode: (id: string) => number; constant
17 export const createNativeNode: (a: string) => void; constant
25 export const createNativeNode: (content: NodeContent) => void; constant
219 napi_value XComponentLifeCycleTest::createNativeNode(napi_env env, napi_callback_info info) in createNativeNode() function in ArkUICapiTest::XComponentLifeCycleTest
622 napi_value createNativeNode(napi_env env, napi_callback_info info) in createNativeNode() function