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.cpp65 const char16_t msgId[], size_t msgIdLength, const uint8_t *msgParam, size_t msgParamLength) in OnMessageFunc()
163 std::string msgParam(arrayBuffer_.msgParam.begin(), arrayBuffer_.msgParam.end()); in OnMessage() local
402 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
478 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
505 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
583 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
627 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
654 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
680 string msgParam = "testParamtestParamtestParamtestParamtestParamtestParam"; variable
705 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.h158 std::vector<uint8_t> msgParam; member