Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_switch_test.cpp219 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
238 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
257 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
275 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
336 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
DnewIme_switch_test.cpp44 static std::vector<std::string> subName; member in OHOS::MiscServices::NewImeSwitchTest
102 void NewImeSwitchTest::CheckCurrentSubProp(const std::string &subName) in CheckCurrentSubProp()
Dinput_method_private_member_test.cpp882 const std::string subName = "defaultImeId"; variable
899 const std::string subName = "defaultImeId"; variable
918 const std::string subName = "defaultImeId"; variable
1208 const std::string subName; variable
/base/inputmethod/imf/services/include/
Dinput_type_manager.h29 std::string subName; member
Dime_cfg_manager.h71 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.h27 std::string subName; member
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp107 const std::string &subName) in GetImeInfo()
116 const std::string &subName) in GetImeInfoFromCache()
149 const std::string &subName) in GetImeInfoFromBundleMgr()
422 int32_t ImeInfoInquirer::GetSubProperty(int32_t userId, const std::string &subName, in GetSubProperty()
472 int32_t ImeInfoInquirer::GetSubProperty(int32_t userId, const std::string &subName, in GetSubProperty()
Dinput_method_system_ability.cpp1004 …utMethodSystemAbility::SwitchInputMethod(const std::string &bundleName, const std::string &subName, in SwitchInputMethod()
1097 void InputMethodSystemAbility::GetValidSubtype(const std::string &subName, const std::shared_ptr<Im… in GetValidSubtype()
1135 const std::string &subName) in IsNeedSwitch()
1625 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchMode() local
1642 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchLanguage() local
Dinput_method_system_ability_stub.cpp302 std::string subName; in SwitchInputMethodOnRemote() local
Dperuser_session.cpp1957 const std::string &subName) in GetImeNativeCfg()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp319 const std::string &name, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod()
Dinput_method_controller.cpp1048 SwitchTrigger trigger, const std::string &name, const std::string &subName) in SwitchInputMethod()