Home
last modified time | relevance | path

Searched refs:timeCost (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Darp_checker.cpp46 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 Darp_checker.h29 bool DoArpCheck(int timeoutMillis, bool isFillSenderIp, uint64_t &timeCost);
/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_arp_checker_test.cpp54 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 Dchannel_listener.h40 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 Dchannel_listener.h40 virtual void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) {} in OnDataReceived() argument
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp125 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 Drtsp_channel_manager.cpp33 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 Drtsp_channel_manager.h75 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) final;
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.cpp33 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 Drtsp_channel_manager.h75 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 Dcast_local_file_channel_server.h49 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
H A Dcast_local_file_channel_client.h48 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 Dcast_local_file_channel_server.h49 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
H A Dcast_local_file_channel_client.h48 void OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) override;
/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h46 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 Dcast_local_file_channel_client.cpp175 void CastLocalFileChannelClient::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
H A Dcast_local_file_channel_server.cpp150 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 Dcast_local_file_channel_client.cpp177 void CastLocalFileChannelClient::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
H A Dcast_local_file_channel_server.cpp150 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 Drenderer_in_server.cpp324 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 Ddhcp_client_state_machine.cpp1874 uint64_t timeCost = 0; in IsArpReachable() local
1876 if (m_dhcpArpChecker.DoArpCheck(timeoutMillis, false, timeCost)) { in IsArpReachable()

Completed in 13 milliseconds