Searched refs:IsTimeOut (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_privilege_controller.cpp | 104 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 D | kv_adapter_manager.cpp | 68 … 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 D | kv_adapter_manager.h | 45 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 D | audio_timer.h | 70 bool IsTimeOut() in IsTimeOut() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.h | 108 bool IsTimeOut(int64_t nowTime);
|
H A D | perf_monitor.cpp | 188 bool SceneRecord::IsTimeOut(int64_t nowTime) in IsTimeOut() function in OHOS::Ace::SceneRecord 367 if ((it->second)->IsTimeOut(vsyncTime + duration)) { in SetFrameTime()
|