Searched refs:reply_dict (Results 1 – 2 of 2) sorted by relevance
227 brillo::VariantDictionary reply_dict; in SetManagerReply() local228 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() local244 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 …]
102 brillo::VariantDictionary reply_dict; in SetManagerReply() local103 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() local118 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()