Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp33 const std::string JSON_KEY = "key"; member
67 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
72 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
89 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
94 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
111 JsonUtils::GetStringFromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
132 JsonUtils::GetObjFromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
153 JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
174 JsonUtils::GetStrArrFromJsonValue(jsonValue, JSON_KEY, value); in HWTEST_F()
180 JsonUtils::GetStrArrFromJsonValue(jsonValue, JSON_KEY, valu in HWTEST_F()
[all...]
H A Dstandby_helper_unit_test.cpp36 const std::string JSON_KEY = "key"; member

Completed in 3 milliseconds