Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp75 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 Dkey_command_handler_util.h109 bool GetBusinessId(const cJSON* jsonData, std::string &businessIdValue, std::vector<std::string> &b…
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp29 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()