Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 25 of 26) sorted by relevance

12

/system/weaved/buffet/
Davahi_mdns_client.cc75 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 …]
Dmdns_client.h38 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
Davahi_mdns_client.h38 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/
Dproxy_dbus_client.h106 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);
Dproxy_dbus_client.cc286 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 …]
Dproxy_dbus_shill_wifi_client.cc298 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/
Dset_apn134 local service_type
137 service_type="$(get_service_property ${service} Type)"
138 if [ "${service_type}" = "cellular" ]; then
Dset_cellular_ppp135 local service_type
138 service_type="$(get_property ${ISERVICE} ${service} Type)"
139 if [ "${service_type}" = "cellular" ]; then
/system/update_engine/
Dconnection_manager_unittest.cc66 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/
Dreal_shill_provider_unittest.cc111 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/
Dflimflam.py195 async=False, service=None, service_type='', argument
220 if service_type == "wifi":
229 "Type": service_type,
276 if service_type != '':
Dconnect-vpn160 (success, diagnostics) = flim.ConnectService(service_type = "vpn",
/system/connectivity/shill/vpn/
Dvpn_provider.cc101 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/
Dbtif_gatt_test.c157 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/
Dgatt_cl.c435 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()
Dgatt_db.c276 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/
Dgatt_api.h514 tBT_UUID service_type; /* group type */ member
522 tBT_UUID service_type; /* included service UUID */ member
Dhcimsgs.h313 UINT8 service_type,
Dbt_types.h371 UINT8 service_type; /* see below */ member
/system/bt/bta/gatt/
Dbta_gattc_cache.c876 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/
Dl2c_main.c475 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()
Dl2c_utils.c652 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/
Dbtm_acl.c1891 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/
Dhcicmds.c653 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/
Dbtu_hcif.c699 STREAM_TO_UINT8 (flow.service_type, p); in btu_hcif_qos_setup_comp_evt()

12