Home
last modified time | relevance | path

Searched defs:OH_NativeXComponent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h482 struct OH_NativeXComponent { struct
483 …explicit OH_NativeXComponent(OHOS::Ace::NativeXComponentImpl* xComponentImpl) : xcomponentImpl_(xC… in OH_NativeXComponent() function
484 ~OH_NativeXComponent() {} in ~OH_NativeXComponent() argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp535 [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { isFocus = true; }); in __anon3398720b0602() argument
537 [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { isFocus = false; }); in __anon3398720b0702() argument
717 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() argument
1201 … [](OH_NativeXComponent* /* nativeXComponent */, void* /* window */) { g_surfaceShowNum -= 1; }); in __anon3398720b1202() argument
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component.md142 ### OH_NativeXComponent subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component.md144 ### OH_NativeXComponent subsection
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h291 typedef struct OH_NativeXComponent OH_NativeXComponent; typedef