HomeSort by relevance Sort by last modified time
    Searched full:register_property (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/tendo/n_faced_peerd/
service.py 37 self.register_property(peerd_dbus_helper.SERVICE_PROPERTY_PEER_ID,
39 self.register_property(peerd_dbus_helper.SERVICE_PROPERTY_ID,
41 self.register_property(peerd_dbus_helper.SERVICE_PROPERTY_INFO,
43 self.register_property(peerd_dbus_helper.SERVICE_PROPERTY_IPS,
peer.py 35 self.register_property(peerd_dbus_helper.PEER_PROPERTY_ID,
37 self.register_property(peerd_dbus_helper.PEER_PROPERTY_LAST_SEEN,
dbus_property_exposer.py 23 def register_property(self, property_name, property_getter): member in class:DBusPropertyExposer
  /external/libmtp/src/
libmtp.c 140 static int register_property(char const * const description, LIBMTP_property_t const id,
485 static int register_property(char const * const description, LIBMTP_property_t const id, function
537 register_property("Storage ID", LIBMTP_PROPERTY_StorageID, PTP_OPC_StorageID);
538 register_property("Object Format", LIBMTP_PROPERTY_ObjectFormat, PTP_OPC_ObjectFormat);
539 register_property("Protection Status", LIBMTP_PROPERTY_ProtectionStatus, PTP_OPC_ProtectionStatus);
540 register_property("Object Size", LIBMTP_PROPERTY_ObjectSize, PTP_OPC_ObjectSize);
541 register_property("Association Type", LIBMTP_PROPERTY_AssociationType, PTP_OPC_AssociationType);
542 register_property("Association Desc", LIBMTP_PROPERTY_AssociationDesc, PTP_OPC_AssociationDesc);
543 register_property("Object File Name", LIBMTP_PROPERTY_ObjectFileName, PTP_OPC_ObjectFileName);
544 register_property("Date Created", LIBMTP_PROPERTY_DateCreated, PTP_OPC_DateCreated)
    [all...]

Completed in 399 milliseconds