Home
last modified time | relevance | path

Searched refs:SEND_EVENT_ARGV_COUNTS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_tools_help_func.cpp32 constexpr int32_t SEND_EVENT_ARGV_COUNTS { 6 }; variable
115 if (argc != SEND_EVENT_ARGV_COUNTS) { in SendEventOption()
H A Dinjection_event_dispatch.cpp36 constexpr uint32_t SEND_EVENT_ARGV_COUNTS { 5 }; variable
246 if (injectArgvs_.size() != SEND_EVENT_ARGV_COUNTS) { in OnSendEvent()