Home
last modified time | relevance | path

Searched refs:EnableCommunicatorNotFoundFeedback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_send_receive_test.cpp60 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false); in SetUpTestCase()
72 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true); in TearDownTestCase()
639 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true);
699 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false);
H A Ddistributeddb_communicator_deep_test.cpp66 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false); in SetUpTestCase()
79 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true); in TearDownTestCase()
H A Ddistributeddb_communicator_test.cpp71 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(false); in SetUpTestCase()
83 CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(true); in TearDownTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h90 static void EnableCommunicatorNotFoundFeedback(bool isEnable);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp339 void CommunicatorAggregator::EnableCommunicatorNotFoundFeedback(bool isEnable) in EnableCommunicatorNotFoundFeedback() function in DistributedDB::CommunicatorAggregator