/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | arp_checker.cpp | 46 uint64_t timeCost; in DoArpCheck() local 47 return DoArpCheck(timeoutMillis, isFillSenderIp, timeCost); in DoArpCheck() 50 bool ArpChecker::DoArpCheck(int timeoutMillis, bool isFillSenderIp, uint64_t &timeCost) in DoArpCheck() argument 52 bool ret = m_dhcpArpChecker.DoArpCheck(timeoutMillis, isFillSenderIp, timeCost); in DoArpCheck()
|
H A D | arp_checker.h | 29 bool DoArpCheck(int timeoutMillis, bool isFillSenderIp, uint64_t &timeCost);
|
/foundation/communication/dhcp/test/unittest/services/utils/ |
H A D | dhcp_arp_checker_test.cpp | 54 uint64_t timeCost = 0; in HWTEST_F() local 57 EXPECT_FALSE(dhcpArpChecker.DoArpCheck(timeoutMillis, false, timeCost)); in HWTEST_F() 60 dhcpArpChecker.DoArpCheck(timeoutMillis, false, timeCost); in HWTEST_F()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
H A D | channel_listener.h | 40 virtual void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) {} in OnDataReceived() argument
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
H A D | channel_listener.h | 40 virtual void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) {} in OnDataReceived() argument
|
/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_arp_checker.cpp | 125 bool DhcpArpChecker::DoArpCheck(int32_t timeoutMillis, bool isFillSenderIp, uint64_t &timeCost) in DoArpCheck() argument 140 timeCost = 0; in DoArpCheck() 158 timeCost = static_cast<uint64_t>( in DoArpCheck()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_channel_manager.cpp | 33 void RtspChannelManager::ChannelListener::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument 35 CLOGD("==============Received data length %{public}u timeCost %{public}ld================", length, timeCost); in OnDataReceived()
|
H A D | rtsp_channel_manager.h | 75 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) final;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_channel_manager.cpp | 33 void RtspChannelManager::ChannelListener::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument 35 CLOGD("==============Received data length %{public}u timeCost %{public}ld================", length, timeCost); in OnDataReceived()
|
H A D | rtsp_channel_manager.h | 75 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) final;
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/ |
H A D | cast_local_file_channel_server.h | 49 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
|
H A D | cast_local_file_channel_client.h | 48 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/ |
H A D | cast_local_file_channel_server.h | 49 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
|
H A D | cast_local_file_channel_client.h | 48 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
|
/foundation/communication/dhcp/services/utils/include/ |
H A D | dhcp_arp_checker.h | 46 bool DoArpCheck(int32_t timeoutMillis, bool isFillSenderIp, uint64_t &timeCost);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
H A D | cast_local_file_channel_client.cpp | 175 void CastLocalFileChannelClient::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
|
H A D | cast_local_file_channel_server.cpp | 150 void CastLocalFileChannelServer::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
H A D | cast_local_file_channel_client.cpp | 177 void CastLocalFileChannelClient::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
|
H A D | cast_local_file_channel_server.cpp | 150 void CastLocalFileChannelServer::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | renderer_in_server.cpp | 324 int64_t timeCost = ClockTime::GetCurNano() - lastWriteTime_; in ShouldEnableStandBy() local 332 if (standByCounter_ >= maxStandByCounter && timeCost >= timeLimit) { in ShouldEnableStandBy() 334 streamIndex_, standByCounter_.load(), timeCost); in ShouldEnableStandBy()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 1874 uint64_t timeCost = 0; in IsArpReachable() local 1876 if (m_dhcpArpChecker.DoArpCheck(timeoutMillis, false, timeCost)) { in IsArpReachable()
|