Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp32 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 Dstandby_helper_unit_test.cpp36 const std::string JSON_KEY = "key"; variable