Home
last modified time | relevance | path

Searched defs:INPUT_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h239 INPUT_SUCCESS = 0, enumerator
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h111 INPUT_SUCCESS = 0, /**< Success */ enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp56 constexpr int32_t INPUT_SUCCESS { 0 }; variable