Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_switch_test.cpp260 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
279 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
298 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
320 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
385 std::string subName = InputMethodSwitchTest::imc_->GetCurrentInputMethodSubtype()->id; variable
DnewIme_switch_test.cpp44 static std::vector<std::string> subName; member in OHOS::MiscServices::NewImeSwitchTest
127 void NewImeSwitchTest::CheckCurrentSubProp(const std::string &subName) in CheckCurrentSubProp()
/base/inputmethod/imf/services/adapter/settings_data_provider/include/
Denable_ime_data_parser.h34 std::string subName; member
/base/inputmethod/imf/services/include/
Dinput_type_manager.h32 std::string subName; member
Dime_cfg_manager.h39 std::string subName; member
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_config_parse.cpp94 std::string subName = reinterpret_cast<const char *>(curNodePtr->name); in parseNotificationConfigCcmFile() local
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp493 const std::string &bundleName, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod()
580 …l InputMethodSystemAbility::IsNeedSwitch(const std::string &bundleName, const std::string &subName) in IsNeedSwitch()
901 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchMode() local
925 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchLanguage() local
Dime_info_inquirer.cpp130 int32_t userId, const std::string &bundleName, const std::string &subName) in GetImeInfo()
137 const int32_t userId, const std::string &bundleName, const std::string &subName) in GetImeInfoFromCache()
165 const int32_t userId, const std::string &bundleName, const std::string &subName) in GetImeInfoFromBundleMgr()
Dinput_method_system_ability_stub.cpp245 std::string subName; in SwitchInputMethodOnRemote() local
Dperuser_session.cpp937 void PerUserSession::DeactivateIme(const std::string &bundleName, const std::string &subName) in DeactivateIme()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp190 const std::string &name, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod()
Dinput_method_controller.cpp908 SwitchTrigger trigger, const std::string &name, const std::string &subName) in SwitchInputMethod()