Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_shill_provider_unittest.cc227 brillo::VariantDictionary reply_dict; in SetManagerReply() local
228 reply_dict["SomeOtherProperty"] = 0xC0FFEE; in SetManagerReply()
231 reply_dict[shill::kDefaultServiceProperty] = in SetManagerReply()
235 .WillOnce(DoAll(SetArgPointee<0>(reply_dict), Return(true))); in SetManagerReply()
243 brillo::VariantDictionary reply_dict; in SetServiceReply() local
244 reply_dict["SomeOtherProperty"] = 0xC0FFEE; in SetServiceReply()
247 reply_dict[shill::kTypeProperty] = std::string(service_type); in SetServiceReply()
250 reply_dict[shill::kPhysicalTechnologyProperty] = in SetServiceReply()
255 reply_dict[shill::kTetheringProperty] = std::string(service_tethering); in SetServiceReply()
261 .WillOnce(DoAll(SetArgPointee<0>(reply_dict), Return(true))); in SetServiceReply()
[all …]
/system/update_engine/
Dconnection_manager_unittest.cc102 brillo::VariantDictionary reply_dict; in SetManagerReply() local
103 reply_dict["SomeOtherProperty"] = 0xC0FFEE; in SetManagerReply()
106 reply_dict[shill::kDefaultServiceProperty] = in SetManagerReply()
110 .WillOnce(DoAll(SetArgPointee<0>(reply_dict), Return(true))); in SetManagerReply()
117 brillo::VariantDictionary reply_dict; in SetServiceReply() local
118 reply_dict["SomeOtherProperty"] = 0xC0FFEE; in SetServiceReply()
121 reply_dict[shill::kTypeProperty] = string(service_type); in SetServiceReply()
124 reply_dict[shill::kPhysicalTechnologyProperty] = in SetServiceReply()
129 reply_dict[shill::kTetheringProperty] = string(service_tethering); in SetServiceReply()
135 .WillOnce(DoAll(SetArgPointee<0>(reply_dict), Return(true))); in SetServiceReply()