Home
last modified time | relevance | path

Searched refs:ConvertToShortcutKey (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp884 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
901 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
919 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
944 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
970 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
997 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
1027 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
1058 bool result = OHOS::MMI::ConvertToShortcutKey(jsonData, shortcutKey, businessIds); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h118 bool ConvertToShortcutKey(const cJSON* jsonData, ShortcutKey &shortcutKey, std::vector<std::string> &businessIds);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp241 bool ConvertToShortcutKey(const cJSON* jsonData, ShortcutKey &shortcutKey, std::vector<std::string> &businessIds) in ConvertToShortcutKey() function
600 if (!ConvertToShortcutKey(shortkey, shortcutKey, businessIds)) { in ParseShortcutKeys()

Completed in 4 milliseconds