Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 39) sorted by relevance

12

/system/bt/btcore/src/
Dproperty.c111 void property_free(bt_property_t *property) { in property_free()
126 bool property_is_addr(const bt_property_t *property) { in property_is_addr()
131 bool property_is_device_class(const bt_property_t *property) { in property_is_device_class()
136 bool property_is_device_type(const bt_property_t *property) { in property_is_device_type()
141 bool property_is_discovery_timeout(const bt_property_t *property) { in property_is_discovery_timeout()
146 bool property_is_name(const bt_property_t *property) { in property_is_name()
151 bool property_is_rssi(const bt_property_t *property) { in property_is_rssi()
156 bool property_is_scan_mode(const bt_property_t *property) { in property_is_scan_mode()
161 bool property_is_uuids(const bt_property_t *property) { in property_is_uuids()
167 const bt_bdaddr_t *property_as_addr(const bt_property_t *property) { in property_as_addr()
[all …]
/system/bt/btcore/test/
Dproperty_test.cpp31 bt_property_t *property = property_new_addr(&addr0); in TEST_F() local
50 bt_property_t *property = property_new_device_class(&dc0); in TEST_F() local
67 bt_property_t *property = property_new_device_type(dt0); in TEST_F() local
81 bt_property_t *property = property_new_discovery_timeout(timeout0); in TEST_F() local
95 bt_property_t *property = property_new_name(name0); in TEST_F() local
109 bt_property_t *property = property_new_rssi(rssi0); in TEST_F() local
123 bt_property_t *property = property_new_scan_mode(mode0); in TEST_F() local
144 bt_property_t *property = property_new_uuids(&uuid0, 1); in TEST_F() local
/system/bt/tools/bdtool/
Dbdtool.c120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main() local
162 bt_property_t *property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local
174 bt_property_t *property = property_new_name(bd_name); in main() local
197 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main() local
Dadapter.c122 void device_found(int num_properties, bt_property_t *property) { in device_found()
207 static void parse_properties(int num_properties, bt_property_t *property) { in parse_properties()
/system/connectivity/shill/
Dstatic_ip_parameters.cc63 const Property& property = kProperties[i]; in PlumbPropertyStore() local
153 const Property& property = kProperties[i]; in Load() local
200 const Property& property = kProperties[i]; in Save() local
237 const string& property, int32_t* value_out) { in ApplyInt()
245 const string& property, string* value_out) { in ApplyString()
253 const string& property, vector<string>* value_out) { in ApplyStrings()
307 const Property& property = kProperties[index]; in ClearMappedProperty() local
Dproperty_accessor.h60 explicit PropertyAccessor(T* property) in PropertyAccessor()
85 explicit ConstPropertyAccessor(const T* property) : property_(property) { in ConstPropertyAccessor()
111 explicit WriteOnlyPropertyAccessor(T* property) in WriteOnlyPropertyAccessor()
Dproperty_store_unittest.cc147 TypeParam property; in TYPED_TEST() local
156 TypeParam property{}; // value-initialize primitives in TYPED_TEST() local
170 TypeParam property; in TYPED_TEST() local
180 TypeParam property{}; // value-initialize primitives in TYPED_TEST() local
Deap_credentials.cc222 bool EapCredentials::IsEapAuthenticationProperty(const string property) { in IsEapAuthenticationProperty()
/system/bt/service/hal/
Dfake_bluetooth_interface.cpp113 bt_property_t property; in NotifyAdapterNamePropertyChanged() local
123 bt_property_t property; in NotifyAdapterAddressPropertyChanged() local
133 bt_property_t property; in NotifyAdapterLocalLeFeaturesPropertyChanged() local
/system/core/toolbox/
Dstart_stop.cpp18 const char* property = start ? "ctl.start" : "ctl.stop"; in start_stop() local
/system/connectivity/shill/shims/
Dset_apn_helper.c57 const char *property; in main() local
/system/connectivity/shill/vpn/
Dvpn_driver.cc69 const string property = properties_[i].property; in Load() local
103 const string property = properties_[i].property; in Save() local
Dvpn_driver.h75 const char* property; member
Dl2tp_ipsec_driver.cc371 const string& property, const string& option, vector<string>* options) { in AppendValueOption()
381 bool L2TPIPSecDriver::AppendFlag(const string& property, in AppendFlag()
Dopenvpn_driver.cc901 const string& property, in AppendValueOption()
913 const string& property, in AppendDelimitedValueOption()
930 const string& property, in AppendFlag()
/system/connectivity/shill/dbus/
Dchromeos_dbus_properties_proxy.cc70 const string& property) { in Get()
/system/core/logd/
DLogWhiteBlackList.cpp94 char property[PROPERTY_VALUE_MAX]; in init() local
Dmain.cpp162 char property[PROPERTY_VALUE_MAX]; in property_get_bool() local
/system/bt/btif/src/
Dbluetooth.c190 static int set_adapter_property(const bt_property_t *property) in set_adapter_property()
217 int set_remote_device_property(bt_bdaddr_t *remote_addr, const bt_property_t *property) in set_remote_device_property()
Dbtif_storage.c579 bt_status_t btif_storage_get_adapter_property(bt_property_t *property) in btif_storage_get_adapter_property()
682 bt_status_t btif_storage_set_adapter_property(bt_property_t *property) in btif_storage_set_adapter_property()
701 bt_property_t *property) in btif_storage_get_remote_device_property()
717 bt_property_t *property) in btif_storage_set_remote_device_property()
Dbtif_core.c1037 bt_status_t btif_set_adapter_property(const bt_property_t *property) in btif_set_adapter_property()
1203 const bt_property_t *property) in btif_set_remote_device_property()
/system/bt/service/
Dadapter.cpp261 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local
335 bt_property_t property; in SetAdapterProperty() local
/system/tpm/trunks/
Dtpm_state_impl.cc220 TPM_RC TpmStateImpl::GetTpmProperty(uint32_t property, in GetTpmProperty()
/system/bt/bta/gatt/
Dbta_gatts_api.c201 tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property) in BTA_GATTS_AddCharacteristic()
Dbta_gattc_cache.c232 UINT8 property) in bta_gattc_add_char_to_cache()
277 UINT8 property, in bta_gattc_add_attr_to_cache()
687 tBT_UUID uuid, UINT8 property) in bta_gattc_add_char_to_list()

12