HomeSort by relevance Sort by last modified time
    Searched refs:interfaces_and_properties (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/dbus/
exported_object_manager.cc 48 // DICT<STRING,DICT<STRING,VARIANT>> interfaces_and_properties);
51 std::map<std::string, VariantDictionary> interfaces_and_properties{
54 signal_itf_added_.lock()->Send(path, interfaces_and_properties);
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 395 def InterfacesAdded(self, object_path, interfaces_and_properties):
401 @param interfaces_and_properties: The complete property dictionary that
406 ', ' + str(interfaces_and_properties)) + ')')
416 @param interfaces_and_properties: The complete property dictionary that
  /external/autotest/client/cros/cellular/
pseudo_modem.py 626 def InterfacesAdded(self, object_path, interfaces_and_properties):

Completed in 2446 milliseconds