Searched refs:JSON_ERROR_KEY (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_utils_unit_test.cpp | 33 const std::string JSON_ERROR_KEY = "error_key"; variable 64 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_ERROR_KEY, value); 66 ret = JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_ERROR_KEY, value); 86 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_ERROR_KEY, value); 88 ret = JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_ERROR_KEY, value); 108 JsonUtils::GetStringFromJsonValue(jsonValue, JSON_ERROR_KEY, value); 129 JsonUtils::GetObjFromJsonValue(jsonValue, JSON_ERROR_KEY, value); 131 ret = JsonUtils::GetObjFromJsonValue(jsonValue, JSON_ERROR_KEY, value); 150 JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_ERROR_KEY, value); 152 ret = JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_ERROR_KEY, value); [all …]
|
H A D | standby_helper_unit_test.cpp | 37 const std::string JSON_ERROR_KEY = "error_key"; variable
|