Searched refs:GetBusinessId (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_util_test.cpp | 65 * @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 D | key_command_handler_util.h | 109 bool GetBusinessId(const cJSON* jsonData, std::string &businessIdValue, std::vector<std::string> &businessIds);
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 32 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