Searched refs:JSON_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 | 32 const std::string JSON_KEY = "key"; variable 63 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_KEY, value); 68 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_KEY, value); 85 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_KEY, value); 90 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_KEY, value); 107 JsonUtils::GetStringFromJsonValue(jsonValue, JSON_KEY, value); 128 JsonUtils::GetObjFromJsonValue(jsonValue, JSON_KEY, value); 149 JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_KEY, value); 170 JsonUtils::GetStrArrFromJsonValue(jsonValue, JSON_KEY, value); 176 JsonUtils::GetStrArrFromJsonValue(jsonValue, JSON_KEY, value);
|
H A D | standby_helper_unit_test.cpp | 36 const std::string JSON_KEY = "key"; variable
|