Home | History | Annotate | Download | only in 1.0

Lines Matching refs:service_name

311     uint32_t version, const hidl_string& service_name,
316 &P2pIface::addUpnpServiceInternal, _hidl_cb, version, service_name);
320 uint32_t version, const hidl_string& service_name,
326 service_name);
959 uint32_t version, const std::string& service_name)
962 if (wpas_p2p_service_add_upnp(wpa_s, version, service_name.c_str())) {
969 uint32_t version, const std::string& service_name)
972 if (wpas_p2p_service_del_upnp(wpa_s, version, service_name.c_str())) {