Home
last modified time | relevance | path

Searched refs:register_property (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dlibmtp.c140 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, in register_property() function
537 register_property("Storage ID", LIBMTP_PROPERTY_StorageID, PTP_OPC_StorageID); in init_propertymap()
538 register_property("Object Format", LIBMTP_PROPERTY_ObjectFormat, PTP_OPC_ObjectFormat); in init_propertymap()
539register_property("Protection Status", LIBMTP_PROPERTY_ProtectionStatus, PTP_OPC_ProtectionStatus); in init_propertymap()
540 register_property("Object Size", LIBMTP_PROPERTY_ObjectSize, PTP_OPC_ObjectSize); in init_propertymap()
541 register_property("Association Type", LIBMTP_PROPERTY_AssociationType, PTP_OPC_AssociationType); in init_propertymap()
542 register_property("Association Desc", LIBMTP_PROPERTY_AssociationDesc, PTP_OPC_AssociationDesc); in init_propertymap()
543 register_property("Object File Name", LIBMTP_PROPERTY_ObjectFileName, PTP_OPC_ObjectFileName); in init_propertymap()
544 register_property("Date Created", LIBMTP_PROPERTY_DateCreated, PTP_OPC_DateCreated); in init_propertymap()
[all …]
/external/autotest/client/cros/tendo/n_faced_peerd/
Dservice.py37 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,
Dpeer.py35 self.register_property(peerd_dbus_helper.PEER_PROPERTY_ID,
37 self.register_property(peerd_dbus_helper.PEER_PROPERTY_LAST_SEEN,
Ddbus_property_exposer.py23 def register_property(self, property_name, property_getter): member in DBusPropertyExposer