Home
last modified time | relevance | path

Searched refs:isCommunicatorNotFoundFeedbackEnable_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h166 static std::atomic<bool> isCommunicatorNotFoundFeedbackEnable_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp39 std::atomic<bool> CommunicatorAggregator::isCommunicatorNotFoundFeedbackEnable_{true};
341 isCommunicatorNotFoundFeedbackEnable_ = isEnable; in EnableCommunicatorNotFoundFeedback()
814 if (!isCommunicatorNotFoundFeedbackEnable_ || dstTarget.empty() || inOriFrame == nullptr) { in TryToFeedbackWhenCommunicatorNotFound()