Home
last modified time | relevance | path

Searched defs:switchInfo (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Denable_ime_data_parse_test.cpp143 SwitchInfo switchInfo; variable
164 SwitchInfo switchInfo; variable
187 SwitchInfo switchInfo; variable
206 SwitchInfo switchInfo; variable
228 SwitchInfo switchInfo; variable
249 SwitchInfo switchInfo; variable
267 SwitchInfo switchInfo; variable
283 SwitchInfo switchInfo; variable
300 SwitchInfo switchInfo; variable
318 SwitchInfo switchInfo; variable
[all …]
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp449 SwitchInfo switchInfo = { std::chrono::system_clock::now(), ime.bundleName, ime.subName }; in StartInputType() local
456 … SwitchInfo switchInfo = { std::chrono::system_clock::now(), cfgIme->bundleName, cfgIme->subName }; in StartInputType() local
500 SwitchInfo switchInfo = { std::chrono::system_clock::now(), bundleName, subName }; in SwitchInputMethod() local
512 int32_t InputMethodSystemAbility::OnSwitchInputMethod(const SwitchInfo &switchInfo, SwitchTrigger t… in OnSwitchInputMethod()
550 int32_t InputMethodSystemAbility::OnStartInputType(const SwitchInfo &switchInfo, bool isCheckPermis… in OnStartInputType()
634 int32_t InputMethodSystemAbility::SwitchInputType(const SwitchInfo &switchInfo) in SwitchInputType()
917 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchMode() local
944 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchLanguage() local
951 SwitchInfo switchInfo = { std::chrono::system_clock::now(), "", "" }; in SwitchType() local
1059 SwitchInfo switchInfo; in DatashareCallback() local
[all …]
Dime_info_inquirer.cpp407 int32_t ImeInfoInquirer::GetNextSwitchInfo(SwitchInfo &switchInfo, int32_t userId, bool enableOn) in GetNextSwitchInfo()
/base/inputmethod/imf/services/adapter/settings_data_provider/src/
Denable_ime_data_parser.cpp78 bool EnableImeDataParser::CheckNeedSwitch(const std::string &key, SwitchInfo &switchInfo, const int… in CheckNeedSwitch()