Home
last modified time | relevance | path

Searched refs:HANDLERS (Results 1 - 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dkeyevent_consumer_stub.h45 static constexpr RequestHandler HANDLERS[KEY_EVENT_CONSUMER_CMD_END] = { member in OHOS::MiscServices::KeyEventConsumerStub
H A Dsystem_cmd_channel_stub.h45 static constexpr RequestHandler HANDLERS[SYSTEM_CMD_END] = { member in OHOS::MiscServices::SystemCmdChannelStub
H A Dinput_data_channel_stub.h83 static inline constexpr RequestHandler HANDLERS[DATA_CHANNEL_CMD_END] = { member in OHOS::MiscServices::InputDataChannelStub
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dkeyevent_consumer_stub.cpp49 return (this->*HANDLERS[code])(data, reply); in OnRemoteRequest()
H A Dsystem_cmd_channel_stub.cpp83 return (this->*HANDLERS[code])(data, reply); in OnRemoteRequest()
H A Dinput_data_channel_stub.cpp46 return (this->*HANDLERS[code])(data, reply); in OnRemoteRequest()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_core_stub.h68 static constexpr RequestHandler HANDLERS[CORE_CMD_END] = { member in OHOS::MiscServices::InputMethodCoreStub
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp56 return (this->*HANDLERS[code])(data, reply); in OnRemoteRequest()
/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability_stub.h113 static inline constexpr RequestHandler HANDLERS[static_cast<uint32_t>(InputMethodInterfaceCode::IMS_CMD_END)] = { member in OHOS::MiscServices::InputMethodSystemAbilityStub
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp55 auto ret = (this->*HANDLERS[code])(data, reply); in OnRemoteRequest()

Completed in 5 milliseconds