Searched refs:GetBusinessId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_util_test.cpp | 75 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); 93 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); 245 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); 263 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds); 281 bool result = OHOS::MMI::GetBusinessId(jsonData, businessIdValue, businessIds);
|
/ohos5.0/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> &b…
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 29 bool GetBusinessId(const cJSON* jsonData, std::string &businessIdValue, std::vector<std::string> &b… in GetBusinessId() function 244 if (!GetBusinessId(jsonData, shortcutKey.businessId, businessIds)) { in ConvertToShortcutKey()
|