Home
last modified time | relevance | path

Searched refs:IsTimeOut (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp104 inline bool IsTimeOut() const in IsTimeOut() function in OHOS::Telephony::IccOperatorPrivilegeController::LogicalStateMachine
106 return IsTimeOut(openChannelTp, TRANSMIT_TIMEOUT); in IsTimeOut()
109 …inline bool IsTimeOut(const std::chrono::system_clock::time_point &tp, const size_t timeout = CALL… in IsTimeOut() function in OHOS::Telephony::IccOperatorPrivilegeController::LogicalStateMachine
122 if (IsTimeOut()) { in IsAppropriateToOpenChannel()
163 if (IsTimeOut(now)) { in SuccessLoaded()
216 if (state_->IsTimeOut()) { in HasOperatorPrivileges()
312 const bool timeout = state_->IsTimeOut(); in ProcessOpenLogicalChannelDone()
355 if (state_->IsTimeOut()) { in ProcessTransmitLogicalChannelDone()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter_manager.cpp68 … if (idIter != idCacheMap_.end() && !IsTimeOut(idIter->second.lastModifyTime, value.lastModifyTime, in PutByAnoyDeviceId()
117 if (IsTimeOut(it->second.lastModifyTime, nowTime, MAX_SUPPORTED_EXIST_TIME)) { in DeleteAgedEntry()
126 inline bool KVAdapterManager::IsTimeOut(int64_t sourceTime, int64_t targetTime, int64_t timeOut) in IsTimeOut() function in OHOS::DistributedHardware::KVAdapterManager
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter_manager.h45 inline bool IsTimeOut(int64_t sourceTime, int64_t targetTime, int64_t timeOut);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_timer.h70 bool IsTimeOut() in IsTimeOut() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h108 bool IsTimeOut(int64_t nowTime);
H A Dperf_monitor.cpp188 bool SceneRecord::IsTimeOut(int64_t nowTime) in IsTimeOut() function in OHOS::Ace::SceneRecord
367 if ((it->second)->IsTimeOut(vsyncTime + duration)) { in SetFrameTime()