/system/bt/btcore/src/ |
D | property.c | 111 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/ |
D | property_test.cpp | 31 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/ |
D | bdtool.c | 120 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
|
D | adapter.c | 122 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/ |
D | static_ip_parameters.cc | 63 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
|
D | property_accessor.h | 60 explicit PropertyAccessor(T* property) in PropertyAccessor() 85 explicit ConstPropertyAccessor(const T* property) : property_(property) { in ConstPropertyAccessor() 111 explicit WriteOnlyPropertyAccessor(T* property) in WriteOnlyPropertyAccessor()
|
D | property_store_unittest.cc | 147 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
|
D | eap_credentials.cc | 222 bool EapCredentials::IsEapAuthenticationProperty(const string property) { in IsEapAuthenticationProperty()
|
/system/bt/service/hal/ |
D | fake_bluetooth_interface.cpp | 113 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/ |
D | start_stop.cpp | 18 const char* property = start ? "ctl.start" : "ctl.stop"; in start_stop() local
|
/system/connectivity/shill/shims/ |
D | set_apn_helper.c | 57 const char *property; in main() local
|
/system/connectivity/shill/vpn/ |
D | vpn_driver.cc | 69 const string property = properties_[i].property; in Load() local 103 const string property = properties_[i].property; in Save() local
|
D | vpn_driver.h | 75 const char* property; member
|
D | l2tp_ipsec_driver.cc | 371 const string& property, const string& option, vector<string>* options) { in AppendValueOption() 381 bool L2TPIPSecDriver::AppendFlag(const string& property, in AppendFlag()
|
D | openvpn_driver.cc | 901 const string& property, in AppendValueOption() 913 const string& property, in AppendDelimitedValueOption() 930 const string& property, in AppendFlag()
|
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_properties_proxy.cc | 70 const string& property) { in Get()
|
/system/core/logd/ |
D | LogWhiteBlackList.cpp | 94 char property[PROPERTY_VALUE_MAX]; in init() local
|
D | main.cpp | 162 char property[PROPERTY_VALUE_MAX]; in property_get_bool() local
|
/system/bt/btif/src/ |
D | bluetooth.c | 190 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()
|
D | btif_storage.c | 579 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()
|
D | btif_core.c | 1037 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/ |
D | adapter.cpp | 261 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local 335 bt_property_t property; in SetAdapterProperty() local
|
/system/tpm/trunks/ |
D | tpm_state_impl.cc | 220 TPM_RC TpmStateImpl::GetTpmProperty(uint32_t property, in GetTpmProperty()
|
/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 201 tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property) in BTA_GATTS_AddCharacteristic()
|
D | bta_gattc_cache.c | 232 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()
|