Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp65 * @tc.desc: Test the function GetBusinessId
75 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); in HWTEST_F()
82 * @tc.desc: Test the function GetBusinessId
93 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); in HWTEST_F()
245 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); in HWTEST_F()
263 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); in HWTEST_F()
281 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); in HWTEST_F()
891 * @tc.desc: Test case 2 GetBusinessId failed
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h109 bool GetBusinessId(const cJSON* jsonData, std::string &businessIdValue, std::vector<std::string> &businessIds);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp32 bool GetBusinessId(const cJSON* jsonData, std::string &businessIdValue, std::vector<std::string> &businessIds) in GetBusinessId() function
247 if (!GetBusinessId(jsonData, shortcutKey.businessId, businessIds)) { in ConvertToShortcutKey()

Completed in 5 milliseconds