Searched defs:OH_NativeXComponent (Results 1 – 5 of 5) sorted by relevance
482 struct OH_NativeXComponent { struct483 …explicit OH_NativeXComponent(OHOS::Ace::NativeXComponentImpl* xComponentImpl) : xcomponentImpl_(xC… in OH_NativeXComponent() function484 ~OH_NativeXComponent() {} in ~OH_NativeXComponent() argument
535 [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { isFocus = true; }); in __anon3398720b0602() argument537 [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { isFocus = false; }); in __anon3398720b0702() argument717 ArkUI_UIInputEvent_Type type) { isAxis = true; }; in __anon3398720b0802()903 uint64_t /* targetTimestamp */) {}; in __anon3398720b0c02()1199 … [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { g_surfaceShowNum += 1; }); in __anon3398720b1102() argument1201 … [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { g_surfaceShowNum -= 1; }); in __anon3398720b1202() argument
142 ### OH_NativeXComponent subsection
144 ### OH_NativeXComponent subsection
291 typedef struct OH_NativeXComponent OH_NativeXComponent; typedef