Home
last modified time | relevance | path

Searched refs:JSON_ERROR_KEY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp33 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 Dstandby_helper_unit_test.cpp37 const std::string JSON_ERROR_KEY = "error_key"; variable