Home
last modified time | relevance | path

Searched defs:GetServerAddress (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host.h40 std::string GetServerAddress() { return server_address_; } in GetServerAddress() function
/aosp_15_r20/tools/netsim/src/util/
H A Dos_utils.cc83 std::optional<std::string> GetServerAddress(uint16_t instance_num) { in GetServerAddress() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dproxy_server.cc40 SocketAddress ProxyServer::GetServerAddress() { in GetServerAddress() function in rtc::ProxyServer
/aosp_15_r20/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc137 Result<std::string> GetServerAddress( in GetServerAddress() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp692 const Ip6::Address &GetServerAddress(void) const { return mServerAddress; } in GetServerAddress() function in ot::SettingsBase::SrpClientInfo
/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_client.hpp457 const Ip6::SockAddr &GetServerAddress(void) const { return mSocket.GetPeerName(); } in GetServerAddress() function in ot::Srp::Client
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddplay8.h591 STDMETHOD(GetServerAddress)(THIS_ IDirectPlay8Address ** pAddress, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local