Home
last modified time | relevance | path

Searched refs:currentMs (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp2601 int64_t currentMs = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count(); in IsNeedWifiReassocUseDeviceMac() local
2603 if ((currentMs - lastConnectFailMs) < RAND_MAC_FAIL_EXPIRATION_AGE_MILLIS) { in IsNeedWifiReassocUseDeviceMac()
3026 uint64_t currentMs = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count(); in AllowSelfCure() local
3030 ((currentMs - historyInfo.lastReassocSelfCureConnectFailedTs) > DELAYED_DAYS_LOW))) { in AllowSelfCure()
3037 ((currentMs - historyInfo.lastResetSelfCureConnectFailedTs) > DELAYED_DAYS_LOW))) { in AllowSelfCure()
3045 bool DealDns(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) in DealDns() argument
3049 (currentMs - historyInfo.lastDnsSelfCureFailedTs > DELAYED_DAYS_LOW)) || in DealDns()
3051 (currentMs - historyInfo.lastDnsSelfCureFailedTs > DELAYED_DAYS_MID)) || in DealDns()
3053 (currentMs - historyInfo.lastDnsSelfCureFailedTs > DELAYED_DAYS_HIGH))) { in DealDns()
3059 bool DealRenewDhcp(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) in DealRenewDhcp() argument
3067 DealStaticIp(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealStaticIp() argument
3081 DealMiddleReassoc(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealMiddleReassoc() argument
3096 DealRandMacReassoc(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealRandMacReassoc() argument
3104 DealHighReset(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealHighReset() argument
3122 int64_t currentMs = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count(); SelfCureAcceptable() local
3188 int64_t currentMs = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count(); UpdateSelfCureConnectHistoryInfo() local
3221 int64_t currentMs = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count(); UpdateSelfCureHistoryInfo() local
3260 int64_t currentMs = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count(); UpdateReassocAndResetHistoryInfo() local
[all...]
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp78 int32_t GetCurrentTime(int64_t& currentMs) override;
222 int32_t TestPlayerImpl::GetCurrentTime(int64_t& currentMs) in GetCurrentTime() argument
226 currentMs = currentTimeMS; in GetCurrentTime()
H A Dtest_player.hpp65 virtual int32_t GetCurrentTime(int64_t& currentMs) = 0;
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1047 int64_t currentMs = static_cast<int64_t>(curPosMs); in IsSeekInSitu() local
1049 return mSeconds == currentMs; in IsSeekInSitu()

Completed in 10 milliseconds