/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_switch_test.cpp | 222 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
|
H A D | newIme_switch_test.cpp | 44 static std::vector<std::string> subName; member in OHOS::MiscServices::NewImeSwitchTest 105 void NewImeSwitchTest::CheckCurrentSubProp(const std::string &subName) in CheckCurrentSubProp()
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | input_type_manager.h | 33 std::string subName; member
|
H A D | ime_cfg_manager.h | 74 std::string subName; member
|
H A D | sys_cfg_parser.h | 53 std::string subName; member
|
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/include/ |
H A D | enable_ime_data_parser.h | 37 std::string subName; member
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/ |
H A D | ParseableCommandTest.kt | 242 val subName = "sub-command" regex 264 val subName = "sub-command1" regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ComponentParseUtils.java | 127 String subName = proc.substring(1); in buildCompoundName() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/ |
H A D | command_line.cpp | 76 string subName; in IsDirPath() local
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 116 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()
|
H A D | input_method_system_ability.cpp | 665 const std::string &bundleName, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod() 756 void InputMethodSystemAbility::GetValidSubtype(const std::string &subName, const std::shared_ptr<Im… in GetValidSubtype() 794 const std::string &subName) in IsNeedSwitch() 1325 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchMode() local 1354 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchLanguage() local
|
H A D | input_method_system_ability_stub.cpp | 295 std::string subName; in SwitchInputMethodOnRemote() local
|
H A D | peruser_session.cpp | 1798 const std::string &subName) in GetImeNativeCfg()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_system_ability_proxy.cpp | 228 const std::string &name, const std::string &subName, SwitchTrigger trigger) in SwitchInputMethod()
|
H A D | input_method_controller.cpp | 974 SwitchTrigger trigger, const std::string &name, const std::string &subName) in SwitchInputMethod()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 95 const std::string &dir, const std::string &subName, ResultMode resultMode) in HandleScanResult() 1171 std::string subName(ptr->d_name); in ScanDir() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManagerTest.kt | 454 val subName = "Substitute Name" regex
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 4981 String subName = "Substitute Name"; in testSubstituteAppName_hasPermission() local 5003 .getString(Notification.EXTRA_SUBSTITUTE_APP_NAME), subName); in testSubstituteAppName_hasPermission() local
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 2930 String subName = proc.substring(1); in buildCompoundName() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 5662 final String subName = mN.extras.getString(EXTRA_SUBSTITUTE_APP_NAME); in loadHeaderAppName() local
|