Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_object_manager.cc51 std::map<std::string, VariantDictionary> interfaces_and_properties{ in ClaimInterface() local
54 signal_itf_added_.lock()->Send(path, interfaces_and_properties); in ClaimInterface()
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py395 def InterfacesAdded(self, object_path, interfaces_and_properties): argument
406 ', ' + str(interfaces_and_properties)) + ')')
/external/autotest/client/cros/cellular/
Dpseudo_modem.py626 def InterfacesAdded(self, object_path, interfaces_and_properties): argument