Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Denable_ime_data_parse_test.cpp146 SwitchInfo switchInfo; variable
167 SwitchInfo switchInfo; variable
190 SwitchInfo switchInfo; variable
209 SwitchInfo switchInfo; variable
231 SwitchInfo switchInfo; variable
252 SwitchInfo switchInfo; variable
270 SwitchInfo switchInfo; variable
286 SwitchInfo switchInfo; variable
303 SwitchInfo switchInfo; variable
321 SwitchInfo switchInfo; variable
[all …]
/base/inputmethod/imf/test/fuzztest/enableimedataparse_fuzzer/
Denableimedataparse_fuzzer.cpp36 void FuzzCheckNeedSwitch(const std::string &key, SwitchInfo &switchInfo, const int32_t userId) in FuzzCheckNeedSwitch()
72 SwitchInfo switchInfo; in LLVMFuzzerTestOneInput() local
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp655 SwitchInfo switchInfo = { std::chrono::system_clock::now(), bundleName, subName }; in SwitchInputMethod() local
677 int32_t InputMethodSystemAbility::OnSwitchInputMethod(int32_t userId, const SwitchInfo &switchInfo, in OnSwitchInputMethod()
738 int32_t InputMethodSystemAbility::OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, in OnStartInputType()
841 int32_t InputMethodSystemAbility::SwitchInputType(int32_t userId, const SwitchInfo &switchInfo) in SwitchInputType()
1279 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchMode() local
1311 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchLanguage() local
1323 SwitchInfo switchInfo = { std::chrono::system_clock::now(), "", "" }; in SwitchType() local
1443 SwitchInfo switchInfo; in DatashareCallback() local
1529 …t32_t InputMethodSystemAbility::CheckSwitchPermission(int32_t userId, const SwitchInfo &switchInfo, in CheckSwitchPermission()
1800 SwitchInfo switchInfo = { std::chrono::system_clock::now(), ime.bundleName, ime.subName }; in StartInputType() local
Dime_info_inquirer.cpp363 SwitchInfo &switchInfo, int32_t userId, bool enableOn, uint32_t cacheCount) in GetSwitchInfoBySwitchCount()
/base/location/frameworks/location_common/common/source/
Dlocation_data_rdb_manager.cpp168 nlohmann::json switchInfo = nlohmann::json::parse(value, nullptr, false); in GetSwitchStateFromSysparaForUser() local
/base/inputmethod/imf/services/adapter/settings_data_provider/src/
Denable_ime_data_parser.cpp69 bool EnableImeDataParser::CheckNeedSwitch(const std::string &key, SwitchInfo &switchInfo, const int… in CheckNeedSwitch()