Home
last modified time | relevance | path

Searched refs:json_value (Results 1 – 3 of 3) sorted by relevance

/system/webservd/libwebserv/
Dresponse.cc82 base::DictionaryValue json_value; in ReplyWithJson() local
84 json_value.SetString(pair.first, pair.second); in ReplyWithJson()
86 ReplyWithJson(status_code, &json_value); in ReplyWithJson()
/system/weaved/buffet/
Dbinder_command_proxy_unittest.cc46 auto json_value = CreateDictionaryValue(json); variable
47 return IsEqualValue(*json_value, arg);
/system/connectivity/shill/
Djson_store.cc355 unique_ptr<base::Value> json_value; in Open() local
358 json_value.reset( in Open()
360 if (!json_value) { in Open()
367 if (!json_value->GetAsDictionary(&root_dictionary)) { in Open()