Home
last modified time | relevance | path

Searched refs:IsPrivateCommandValid (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h221 static bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid() function
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp222 if (!TextConfig::IsPrivateCommandValid(privateCommand)) { in SendPrivateCommand()
H A Dinput_method_controller.cpp1372 if (!TextConfig::IsPrivateCommandValid(privateCommand)) { in SendPrivateCommand()
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp213 if (!TextConfig::IsPrivateCommandValid(ctxt->privateCommand)) { in SendPrivateCommand()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp485 if (TextConfig::IsPrivateCommandValid(textConfig.privateCommand) && IsDefaultIme()) { in InvokeStartInputCallback()
1155 if (!TextConfig::IsPrivateCommandValid(privateCommand)) { in SendPrivateCommand()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_text_input_client_engine.cpp245 PARAM_CHECK_RETURN(env, TextConfig::IsPrivateCommandValid(ctxt->privateCommand), in SendPrivateCommand()

Completed in 13 milliseconds