Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_message_handler_test.cpp66 const char16_t msgId[], size_t msgIdLength, const uint8_t *msgParam, size_t msgParamLength) in OnMessageFunc()
164 std::string msgParam(arrayBuffer_.msgParam.begin(), arrayBuffer_.msgParam.end()); in OnMessage() local
407 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
483 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
510 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
588 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
632 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
659 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
685 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
710 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
[all …]
/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_inputmethod_proxy_capi.cpp154 const char16_t *msgId, size_t msgIdLength, const uint8_t *msgParam, size_t msgParamLength) in OH_InputMethodProxy_SendMessage()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h311 std::vector<uint8_t> msgParam; member