Searched refs:properties (Results 51 - 75 of 246) sorted by relevance

12345678910

/system/bt/service/
H A Dgatt_server_old.h40 // GATT characteristic properties bit-field values
89 bool AddCharacteristic(const UUID &id, int properties, int permissions);
93 bool AddBlob(const UUID &id, const UUID &control_id, int properties,
/system/bt/service/hal/
H A Dbluetooth_interface.h55 bt_property_t* properties);
59 bt_property_t* properties);
H A Dfake_bluetooth_interface.h52 bt_property_t* properties);
/system/connectivity/shill/binder/android/system/connectivity/shill/
H A DIManager.aidl76 * If a GUID property is specified in properties,
78 * Security, and type-specific properties such as
81 * created with the supplied properties.
90 * for a list of properties and constraints on property values.
92 * @param properties Properties to configure the service with
95 IBinder ConfigureService(in PersistableBundle properties);
/system/connectivity/shill/dbus/
H A Dchromeos_supplicant_bss_proxy.cc59 const brillo::VariantDictionary& properties) {
62 KeyValueStore::ConvertFromVariantDictionary(properties, &store);
58 PropertiesChanged( const brillo::VariantDictionary& properties) argument
H A Dchromeos_modem_simple_proxy.h43 void Connect(const KeyValueStore& properties,
H A Dchromeos_supplicant_interface_proxy.h107 const brillo::VariantDictionary& properties);
109 void Certification(const brillo::VariantDictionary& properties);
112 const brillo::VariantDictionary& properties);
116 const brillo::VariantDictionary& properties);
/system/connectivity/shill/
H A Dvirtual_device.cc75 void VirtualDevice::UpdateIPConfig(const IPConfig::Properties& properties) { argument
80 ipconfig()->set_properties(properties);
H A Ddbus_properties_proxy_interface.h46 const KeyValueStore& properties)>
/system/connectivity/shill/supplicant/
H A Dwpa_supplicant.cc166 bool WPASupplicant::ExtractRemoteCertification(const KeyValueStore& properties, argument
169 if (!properties.ContainsUint(WPASupplicant::kInterfacePropertyDepth)) {
173 if (!properties.ContainsString(WPASupplicant::kInterfacePropertySubject)) {
178 *depth = properties.GetUint(WPASupplicant::kInterfacePropertyDepth);
179 *subject = properties.GetString(WPASupplicant::kInterfacePropertySubject);
/system/weaved/buffet/
H A Dshill_client.cc51 VariantDictionary properties; local
52 if (!service->GetProperties(&properties, nullptr)) {
53 LOG(WARNING) << "Failed to read properties from service.";
56 auto property_it = properties.find(shill::kStateProperty);
57 if (property_it == properties.end()) {
58 LOG(WARNING) << "No state found in service properties.";
127 VariantDictionary properties; local
128 if (!manager_proxy_.GetProperties(&properties, nullptr)) {
129 LOG(ERROR) << "Unable to get properties from Manager, waiting for "
133 auto it = properties
253 VariantDictionary properties; local
323 VariantDictionary properties; local
422 VariantDictionary properties; local
[all...]
/system/bt/tools/bdtool/
H A Dadapter.c27 static bt_property_t *properties = NULL; variable
39 // Returns the number of adapter properties.
47 if (properties[i].type == type) {
48 return &properties[i];
80 property_free_array(properties, property_count);
81 properties = property_copy_array(new_properties, num_properties);
154 bt_property_t *properties) {
159 parse_properties(num_properties, properties);
151 remote_device_properties(bt_status_t status, bt_bdaddr_t *bdaddr, int num_properties, bt_property_t *properties) argument
/system/connectivity/shill/cellular/
H A Dcellular_capability_cdma.h64 void SetupConnectProperties(KeyValueStore* properties) override;
81 void UpdateStatus(const KeyValueStore& properties) override;
120 // Helper method to extract the online portal information from properties.
121 void UpdateOnlinePortal(const KeyValueStore& properties);
H A Dmodem.h51 // If the |properties| are valid and the MAC address is present,
53 // |properties|.
55 const InterfaceToProperties& properties);
76 virtual bool GetLinkName(const KeyValueStore& properties,
116 const KeyValueStore& properties);
119 // ModemManager.Modem properties and watch for property changes
174 void CreateDeviceMM1(const InterfaceToProperties& properties);
/system/update_engine/
H A Dimage_properties_chromeos.cc65 // Loads the lsb-release properties into the key-value |store| reading the file
96 // In dev-mode and unofficial build we can override the image properties set
136 const MutableImageProperties& properties) {
139 lsb_release.SetString(kLsbReleaseUpdateChannelKey, properties.target_channel);
141 properties.is_powerwash_allowed);
135 StoreMutableImageProperties(SystemState* system_state, const MutableImageProperties& properties) argument
H A Dhardware_android.cc21 #include <cutils/properties.h>
43 // properties that characterize the builds:
/system/connectivity/shill/vpn/
H A Dopenvpn_driver.cc408 IPConfig::Properties* properties) const {
413 properties->address_family = IPAddress::kFamilyIPv4;
414 if (!properties->subnet_prefix) {
415 properties->subnet_prefix =
416 IPAddress::GetMaxPrefixLength(properties->address_family);
423 properties->address = value;
425 properties->broadcast_address = value;
427 properties->subnet_prefix =
428 IPAddress::GetPrefixLengthFromMask(properties->address_family, value);
440 properties
496 ParseForeignOptions(const ForeignOptions& options, IPConfig::Properties* properties) argument
566 SetRoutes(const RouteOptions& routes, IPConfig::Properties* properties) argument
[all...]
/system/bt/btcore/include/
H A Dproperty.h27 // Copies an array of consecutive properties of |count| to a newly
28 // allocated array. |properties| must not be NULL.
29 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count);
35 // Returns true if the value of the two properties |p1| and |p2| are equal.
54 void property_free_array(bt_property_t *properties, size_t count);
/system/core/libcutils/
H A Dpartition_utils.c24 #include <cutils/properties.h>
H A Dprocess_name.c29 #include <cutils/properties.h>
/system/core/reboot/
H A Dreboot.c20 #include <cutils/properties.h>
/system/core/toolbox/
H A Dstart_stop.cpp7 #include <cutils/properties.h>
/system/bt/service/doc/
H A DIBluetoothGattClientCallback.txt49 * |characteristic_id| structure. |properties| contains the bitmask of GATT
50 * characteristic properties as defined in the Bluetooth Core Specification.
53 in int properties);
H A DIBluetoothGattServer.txt64 in int properties, in int permissions,
/system/connectivity/shill/wifi/
H A Dwifi.h175 const KeyValueStore& properties) override;
177 void Certification(const KeyValueStore& properties) override;
180 void PropertiesChanged(const KeyValueStore& properties) override;
273 : path(path_in), properties(properties_in), is_removal(is_removal_in) {}
275 KeyValueStore properties; member in struct:shill::WiFi::ScanResult
426 const KeyValueStore& properties);
428 void CertificationTask(const KeyValueStore& properties);
430 void PropertiesChangedTask(const KeyValueStore& properties);
593 const KeyValueStore& properties,

Completed in 793 milliseconds

12345678910