Home
last modified time | relevance | path

Searched refs:ArkUI_Context (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Danimate_impl_test.cpp323 struct ArkUI_Context context= {1}; in HWTEST_F()
367 struct ArkUI_Context context= {1}; in HWTEST_F()
389 struct ArkUI_Context context= {1}; in HWTEST_F()
425 struct ArkUI_Context context= {1}; in HWTEST_F()
459 struct ArkUI_Context context= {1}; in HWTEST_F()
493 struct ArkUI_Context context= {1}; in HWTEST_F()
527 struct ArkUI_Context context= {1}; in HWTEST_F()
561 struct ArkUI_Context context= {1}; in HWTEST_F()
595 struct ArkUI_Context context= {1}; in HWTEST_F()
624 struct ArkUI_Context contex in HWTEST_F()
[all...]
H A Ddrag_and_drop_test.cpp113 auto uiContext = new ArkUI_Context({ .id = 1 }); in HWTEST_F()
H A Dnode_animate_test.cpp335 struct ArkUI_Context context= {1}; in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Ddrag_and_drop.h139 typedef struct ArkUI_Context ArkUI_Context; typedef
146 typedef struct ArkUI_Context* ArkUI_ContextHandle;
H A Dnative_type.h94 struct ArkUI_Context;
101 typedef struct ArkUI_Context* ArkUI_ContextHandle;
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h55 struct ArkUI_Context { struct
H A Dnode_adapter_impl.cpp216 return new ArkUI_Context({ .id = instanceId }); in OH_ArkUI_GetContextByNode()
H A Dnative_node_napi.cpp131 *context = new ArkUI_Context({ .id = instanceId }); in OH_ArkUI_GetContextFromNapiValue()
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp499 auto* context = reinterpret_cast<ArkUI_Context*>(uiContext); in OH_ArkUI_SetDragEventStrictReportWithContext()

Completed in 12 milliseconds