Home
last modified time | relevance | path

Searched defs:subName (Results 1 – 13 of 13) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_switch_test.cpp222 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
241 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
260 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
278 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
339 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
DnewIme_switch_test.cpp44 static std::vector<std::string> subName; member in OHOS::MiscServices::NewImeSwitchTest
105 void NewImeSwitchTest::CheckCurrentSubProp(const std::string &subName) in CheckCurrentSubProp()
/base/inputmethod/imf/services/include/
Dinput_type_manager.h33 std::string subName; member
Dime_cfg_manager.h74 std::string subName; member
Dsys_cfg_parser.h53 std::string subName; member
/base/inputmethod/imf/test/unittest/cpp_test/mock/
Dime_info_inquirer.h32 std::string subName; member
/base/inputmethod/imf/services/adapter/settings_data_provider/include/
Denable_ime_data_parser.h38 std::string subName; member
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp116 const std::string &subName) in GetImeInfo()
125 const std::string &subName) in GetImeInfoFromCache()
158 const int32_t userId, const std::string &bundleName, const std::string &subName) in GetImeInfoFromBundleMgr()
431 int32_t ImeInfoInquirer::GetSubProperty(int32_t userId, const std::string &subName, in GetSubProperty()
481 int32_t ImeInfoInquirer::GetSubProperty(int32_t userId, const std::string &subName, in GetSubProperty()
Dinput_method_system_ability.cpp809 const std::string &bundleName, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod()
900 void InputMethodSystemAbility::GetValidSubtype(const std::string &subName, const std::shared_ptr<Im… in GetValidSubtype()
938 const std::string &subName) in IsNeedSwitch()
1469 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchMode() local
1498 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchLanguage() local
Dinput_method_system_ability_stub.cpp296 std::string subName; in SwitchInputMethodOnRemote() local
Dperuser_session.cpp1912 const std::string &subName) in GetImeNativeCfg()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp253 const std::string &name, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod()
Dinput_method_controller.cpp1017 SwitchTrigger trigger, const std::string &name, const std::string &subName) in SwitchInputMethod()