Searched refs:isNeedDelay (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_communicator_aggregator.cpp | 207 … bool isNeedDelay = ((sendDelayTime_ > 0) && (delayTimes_ > 0) && (messageId == delayMessageId_) && in DispatchMessageInner() local 210 …std::thread thread([communicator, srcTarget, dstTarget, msg, isNeedDelay, sendDelayTime, onDispatc… in DispatchMessageInner() 211 if (isNeedDelay) { in DispatchMessageInner()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search.h | 210 virtual int32_t HandleNotifyStateChangeWithDelay(int32_t slotId, bool isNeedDelay) = 0;
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 1411 int32_t NetworkSearchManager::HandleNotifyStateChangeWithDelay(int32_t slotId, bool isNeedDelay) in HandleNotifyStateChangeWithDelay() argument 1421 if (isNeedDelay) { in HandleNotifyStateChangeWithDelay() 1494 bool isNeedDelay = IsNeedDelayNotify(slotId); in ProcessNotifyStateChangeEvent() local 1495 if (isNeedDelay) { in ProcessNotifyStateChangeEvent() 1499 return HandleNotifyStateChangeWithDelay(slotId, isNeedDelay); in ProcessNotifyStateChangeEvent()
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 195 int32_t HandleNotifyStateChangeWithDelay(int32_t slotId, bool isNeedDelay) override;
|