Home
last modified time | relevance | path

Searched refs:SetTimeToLive (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DJourneyPushMessage.h72 …inline void SetTimeToLive(const Aws::String& value) { m_timeToLiveHasBeenSet = true; m_timeToLive … in SetTimeToLive() function
83 …inline void SetTimeToLive(Aws::String&& value) { m_timeToLiveHasBeenSet = true; m_timeToLive = std… in SetTimeToLive() function
94 …inline void SetTimeToLive(const char* value) { m_timeToLiveHasBeenSet = true; m_timeToLive.assign(… in SetTimeToLive() function
105 …inline JourneyPushMessage& WithTimeToLive(const Aws::String& value) { SetTimeToLive(value); return… in WithTimeToLive()
116 …inline JourneyPushMessage& WithTimeToLive(Aws::String&& value) { SetTimeToLive(std::move(value)); … in WithTimeToLive()
127 …inline JourneyPushMessage& WithTimeToLive(const char* value) { SetTimeToLive(value); return *this;} in WithTimeToLive()
H A DMessage.h504 inline void SetTimeToLive(int value) { m_timeToLiveHasBeenSet = true; m_timeToLive = value; } in SetTimeToLive() function
515 inline Message& WithTimeToLive(int value) { SetTimeToLive(value); return *this;} in WithTimeToLive()
H A DBaiduMessage.h672 inline void SetTimeToLive(int value) { m_timeToLiveHasBeenSet = true; m_timeToLive = value; } in SetTimeToLive() function
679 inline BaiduMessage& WithTimeToLive(int value) { SetTimeToLive(value); return *this;} in WithTimeToLive()
H A DAPNSMessage.h1240 inline void SetTimeToLive(int value) { m_timeToLiveHasBeenSet = true; m_timeToLive = value; } in SetTimeToLive() function
1250 inline APNSMessage& WithTimeToLive(int value) { SetTimeToLive(value); return *this;} in WithTimeToLive()
H A DGCMMessage.h917 inline void SetTimeToLive(int value) { m_timeToLiveHasBeenSet = true; m_timeToLive = value; } in SetTimeToLive() function
927 inline GCMMessage& WithTimeToLive(int value) { SetTimeToLive(value); return *this;} in WithTimeToLive()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lex/include/aws/lex/model/
H A DActiveContext.h100 …inline void SetTimeToLive(const ActiveContextTimeToLive& value) { m_timeToLiveHasBeenSet = true; m… in SetTimeToLive() function
105 …inline void SetTimeToLive(ActiveContextTimeToLive&& value) { m_timeToLiveHasBeenSet = true; m_time… in SetTimeToLive() function
110 …inline ActiveContext& WithTimeToLive(const ActiveContextTimeToLive& value) { SetTimeToLive(value);… in WithTimeToLive()
115 …inline ActiveContext& WithTimeToLive(ActiveContextTimeToLive&& value) { SetTimeToLive(std::move(va… in WithTimeToLive()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/model/
H A DActiveContext.h105 …inline void SetTimeToLive(const ActiveContextTimeToLive& value) { m_timeToLiveHasBeenSet = true; m… in SetTimeToLive() function
111 …inline void SetTimeToLive(ActiveContextTimeToLive&& value) { m_timeToLiveHasBeenSet = true; m_time… in SetTimeToLive() function
117 …inline ActiveContext& WithTimeToLive(const ActiveContextTimeToLive& value) { SetTimeToLive(value);… in WithTimeToLive()
123 …inline ActiveContext& WithTimeToLive(ActiveContextTimeToLive&& value) { SetTimeToLive(std::move(va… in WithTimeToLive()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/platinum/
H A DNptSockets.h166 virtual NPT_Result SetTimeToLive(unsigned char ttl) = 0;
286 NPT_Result SetTimeToLive(unsigned char ttl) { in SetTimeToLive() function
287 return m_UdpMulticastSocketDelegate->SetTimeToLive(ttl); in SetTimeToLive()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/platinum/
H A DNptSockets.h166 virtual NPT_Result SetTimeToLive(unsigned char ttl) = 0;
286 NPT_Result SetTimeToLive(unsigned char ttl) { in SetTimeToLive() function
287 return m_UdpMulticastSocketDelegate->SetTimeToLive(ttl); in SetTimeToLive()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Core/
H A DNptSockets.h168 virtual NPT_Result SetTimeToLive(unsigned char ttl) = 0;
291 NPT_Result SetTimeToLive(unsigned char ttl) { in SetTimeToLive() function
292 return m_UdpMulticastSocketDelegate->SetTimeToLive(ttl); in SetTimeToLive()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Core/
H A DNptSockets.h168 virtual NPT_Result SetTimeToLive(unsigned char ttl) = 0;
291 NPT_Result SetTimeToLive(unsigned char ttl) override { in SetTimeToLive() function
292 return m_UdpMulticastSocketDelegate->SetTimeToLive(ttl); in SetTimeToLive()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/test/
H A Dolsr-header-test-suite.cc95 msg1.SetTimeToLive (255); in DoRun()
108 msg2.SetTimeToLive (254); in DoRun()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DParticles.h113 void SetTimeToLive(int ttl) { timetolive = ttl; } in SetTimeToLive() function
/dports/net/opal/opal-3.10.10/include/h460/
H A Dh460p.h167 void SetTimeToLive(int t);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/model/
H A Dolsr-header.h229 void SetTimeToLive (uint8_t timeToLive) in SetTimeToLive() function
H A Dolsr-routing-protocol.cc1600 olsrMessage.SetTimeToLive (olsrMessage.GetTimeToLive () - 1); in ForwardDefault()
1715 msg.SetTimeToLive (1); in SendHello()
1822 msg.SetTimeToLive (255); in SendTc()
1875 msg.SetTimeToLive (255); in SendMid()
1890 msg.SetTimeToLive (255); in SendHna()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Tools/SsdpProxy/
H A DSsdpProxy.cpp268 socket->SetTimeToLive(4); in OnUnicastSsdpPacket()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Tools/SsdpProxy/
H A DSsdpProxy.cpp268 socket->SetTimeToLive(4); in OnUnicastSsdpPacket()
/dports/net/h323plus/h323plus-1_27_2/include/h460/
H A Dh460p.h198 void SetTimeToLive(int t);
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Core/
H A DPltSsdp.cpp252 … multicast_socket.SetTimeToLive(PLT_Constants::GetInstance().GetAnnounceMulticastTimeToLive()); in operator ()()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Core/
H A DPltSsdp.cpp252 … multicast_socket.SetTimeToLive(PLT_Constants::GetInstance().GetAnnounceMulticastTimeToLive()); in operator ()()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/System/Bsd/
H A DNptBsdSockets.cpp1844 NPT_Result SetTimeToLive(unsigned char ttl);
2065 NPT_BsdUdpMulticastSocket::SetTimeToLive(unsigned char ttl) in SetTimeToLive() function in NPT_BsdUdpMulticastSocket
2074 NPT_BsdUdpMulticastSocket::SetTimeToLive(unsigned char ttl) function in NPT_BsdUdpMulticastSocket
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/System/Bsd/
H A DNptBsdSockets.cpp1816 NPT_Result SetTimeToLive(unsigned char ttl) override;
2037 NPT_BsdUdpMulticastSocket::SetTimeToLive(unsigned char ttl) in SetTimeToLive() function in NPT_BsdUdpMulticastSocket
2046 NPT_BsdUdpMulticastSocket::SetTimeToLive(unsigned char ttl) function in NPT_BsdUdpMulticastSocket
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Apps/NetPump/
H A DNetPump.cpp229 NPT_CHECK(sender.SetTimeToLive(endpoint->info.multicast_client.ttl)); in GetEndPointStreams()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Apps/NetPump/
H A DNetPump.cpp229 NPT_CHECK(sender.SetTimeToLive(endpoint->info.multicast_client.ttl)); in GetEndPointStreams()

12345