/system/weaved/buffet/ |
D | avahi_mdns_client.cc | 75 void AvahiMdnsClient::PublishService(const std::string& service_type, in PublishService() argument 79 CHECK_EQ("_privet._tcp", service_type); in PublishService() 81 if (prev_port_ == port && prev_service_type_ == service_type && in PublishService() 104 if (prev_port_ == port && prev_service_type_ == service_type) { in PublishService() 107 service_name_.c_str(), service_type.c_str(), nullptr, txt_list.get()); in PublishService() 112 prev_service_type_ = service_type; in PublishService() 119 service_name_.c_str(), service_type.c_str(), nullptr, nullptr, port, in PublishService() 128 void AvahiMdnsClient::StopPublishing(const std::string& service_type) { in StopPublishing() argument 153 std::string service_type = std::move(prev_service_type_); in RepublishService() local 156 StopPublishing(service_type); in RepublishService() [all …]
|
D | mdns_client.h | 38 void PublishService(const std::string& service_type, uint16_t port, in PublishService() argument 40 void StopPublishing(const std::string& service_type) override {} in StopPublishing() argument
|
D | avahi_mdns_client.h | 38 void PublishService(const std::string& service_type, uint16_t port, 40 void StopPublishing(const std::string& service_type) override;
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_client.h | 106 const std::string& service_type, 122 bool RequestServiceScan(const std::string& service_type); 156 const std::string& service_type); 159 const std::string& service_type, 162 const std::string& service_type);
|
D | proxy_dbus_client.cc | 286 const std::string& service_type, in WaitForMatchingServiceProxy() argument 298 service_type); in WaitForMatchingServiceProxy() 303 service_type); in WaitForMatchingServiceProxy() 393 bool ProxyDbusClient::RequestServiceScan(const std::string& service_type) { in RequestServiceScan() argument 395 return shill_manager_proxy_.RequestScan(service_type, &error); in RequestServiceScan() 542 const std::string& service_type) { in FindServiceOrRestartScan() argument 546 RestartScanForService(service_type); in FindServiceOrRestartScan() 552 const std::string& service_type, in InitiateScanForService() argument 560 RestartScanForService(service_type); in InitiateScanForService() 564 const std::string& service_type) { in RestartScanForService() argument [all …]
|
D | proxy_dbus_shill_wifi_client.cc | 298 brillo::Any service_type, signal_strength, ssid_hex; in GetActiveWifiSsids() local 303 service_type = proxy_properties[shill::kTypeProperty]; in GetActiveWifiSsids() 306 if ((service_type.TryGet<std::string>() == shill::kTypeWifi) && in GetActiveWifiSsids()
|
/system/connectivity/shill/bin/ |
D | set_apn | 134 local service_type 137 service_type="$(get_service_property ${service} Type)" 138 if [ "${service_type}" = "cellular" ]; then
|
D | set_cellular_ppp | 135 local service_type 138 service_type="$(get_property ${ISERVICE} ${service} Type)" 139 if [ "${service_type}" = "cellular" ]; then
|
/system/update_engine/ |
D | connection_manager_unittest.cc | 66 const char* service_type, 71 const char* service_type, 109 const char* service_type, in SetServiceReply() argument 115 if (service_type) in SetServiceReply() 116 reply_dict[shill::kTypeProperty] = string(service_type); in SetServiceReply() 137 const char* service_type, in TestWithServiceType() argument 142 service_type, in TestWithServiceType()
|
/system/update_engine/update_manager/ |
D | real_shill_provider_unittest.cc | 111 const char* service_type, 238 const char* service_type, in SetServiceReply() argument 244 if (service_type) in SetServiceReply() 245 reply_dict[shill::kTypeProperty] = std::string(service_type); in SetServiceReply()
|
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 195 async=False, service=None, service_type='', argument 220 if service_type == "wifi": 229 "Type": service_type, 276 if service_type != '':
|
D | connect-vpn | 160 (success, diagnostics) = flim.ConnectService(service_type = "vpn",
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.cc | 101 string service_type; in GetServiceParametersFromStorage() local 102 if (!storage->GetString(entry_name, kTypeProperty, &service_type) || in GetServiceParametersFromStorage() 103 service_type != kTypeVPN) { in GetServiceParametersFromStorage()
|
/system/bt/btif/src/ |
D | btif_gatt_test.c | 157 format_uuid(p_data->value.group_value.service_type, str_buf)); in btif_test_discovery_result_cback() 171 format_uuid(p_data->value.incl_service.service_type, str_buf)); in btif_test_discovery_result_cback()
|
/system/bt/stack/gatt/ |
D | gatt_cl.c | 435 memcpy (&result.value.group_value.service_type, &p_clcb->uuid, sizeof(tBT_UUID)); in gatt_process_find_type_value_rsp() 819 … if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p)) in gatt_process_read_by_type_rsp() 841 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p); in gatt_process_read_by_type_rsp() 842 record_value.incl_service.service_type.len = LEN_UUID_16; in gatt_process_read_by_type_rsp() 1014 … memcpy(p_clcb->read_uuid128.result.value.incl_service.service_type.uu.uuid128, p, len); in gatt_process_read_rsp() 1015 p_clcb->read_uuid128.result.value.incl_service.service_type.len = LEN_UUID_128; in gatt_process_read_rsp()
|
D | gatt_db.c | 276 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) in read_attr_value() 286 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) in read_attr_value() 288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16); in read_attr_value() 461 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID)); in gatts_add_included_service()
|
/system/bt/stack/include/ |
D | gatt_api.h | 514 tBT_UUID service_type; /* group type */ member 522 tBT_UUID service_type; /* included service UUID */ member
|
D | hcimsgs.h | 313 UINT8 service_type,
|
D | bt_types.h | 371 UINT8 service_type; /* see below */ member
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 876 p_data->value.group_value.service_type, in bta_gattc_disc_res_cback() 884 p_data->value.group_value.service_type, in bta_gattc_disc_res_cback() 894 p_data->value.incl_service.service_type); in bta_gattc_disc_res_cback() 900 p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback() 905 &p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback()
|
/system/bt/stack/l2cap/ |
D | l2c_main.c | 475 STREAM_TO_UINT8 (cfg_info.qos.service_type, p); in process_l2cap_cmd() 577 STREAM_TO_UINT8 (cfg_info.qos.service_type, p); in process_l2cap_cmd()
|
D | l2c_utils.c | 652 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_req() 752 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_rsp() 1552 …p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = L2CAP_DEFAULT_SERV_… in l2cu_allocate_ccb() 2037 if (p_cfg->qos.service_type <= GUARANTEED) in l2cu_process_peer_cfg_req() 2045 p_cfg->qos.service_type = BEST_EFFORT; in l2cu_process_peer_cfg_req()
|
/system/bt/stack/btm/ |
D | btm_acl.c | 1891 if (!btsnd_hcic_qos_setup (p->hci_handle, p_flow->qos_flags, p_flow->service_type, in BTM_SetQoS() 1952 qossu.flow.service_type = p_flow->service_type; in btm_qos_setup_complete()
|
/system/bt/stack/hcic/ |
D | hcicmds.c | 653 BOOLEAN btsnd_hcic_qos_setup (UINT16 handle, UINT8 flags, UINT8 service_type, in btsnd_hcic_qos_setup() argument 668 UINT8_TO_STREAM (pp, service_type); in btsnd_hcic_qos_setup()
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 699 STREAM_TO_UINT8 (flow.service_type, p); in btu_hcif_qos_setup_comp_evt()
|