Home
last modified time | relevance | path

Searched refs:NODE_EVENT_CATEGORY_COMPONENT_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.h38 NODE_EVENT_CATEGORY_COMPONENT_EVENT, enumerator
H A Devent_converter.cpp586 event->category = static_cast<int32_t>(NODE_EVENT_CATEGORY_COMPONENT_EVENT); in ConvertEvent()
616 event->category = static_cast<int32_t>(NODE_EVENT_CATEGORY_COMPONENT_EVENT); in ConvertEvent()
806 if (!event || event->category != static_cast<int32_t>(NODE_EVENT_CATEGORY_COMPONENT_EVENT)) { in OH_ArkUI_NodeEvent_GetNodeComponentEvent()
913 … (!nodeEvent || nodeEvent->category != static_cast<int32_t>(NODE_EVENT_CATEGORY_COMPONENT_EVENT)) { in OH_ArkUI_NodeEvent_GetDragEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp190 nodeEvent.category = NodeEventCategory::NODE_EVENT_CATEGORY_COMPONENT_EVENT;
207 nodeEvent.category = NodeEventCategory::NODE_EVENT_CATEGORY_COMPONENT_EVENT;
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp314 … (!nodeEvent || nodeEvent->category != static_cast<int32_t>(NODE_EVENT_CATEGORY_COMPONENT_EVENT)) { in OH_ArkUI_NodeEvent_GetPreDragStatus()