Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dprocess_communicator_impl_test.cpp72 ret = processCommunicator->Stop();
74 delete processCommunicator;
88 ret = processCommunicator.Stop();
107 delete processCommunicator;
129 delete processCommunicator;
149 delete processCommunicator;
165 delete processCommunicator;
202 delete processCommunicator;
237 delete processCommunicator;
253 delete processCommunicator;
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp657 auto processCommunicator = std::make_shared<MockProcessCommunicator>(); variable
723 auto processCommunicator = std::make_shared<MockProcessCommunicator>(); variable
729 EXPECT_CALL(*processCommunicator, GetMtuSize).WillRepeatedly([]() { in __anonb9037cf20f02()
737 EXPECT_CALL(*processCommunicator, GetMtuSize).WillRepeatedly([]() { in __anonb9037cf21002()
754 auto processCommunicator = std::make_shared<MockProcessCommunicator>(); variable
760 EXPECT_CALL(*processCommunicator, GetTimeout).WillRepeatedly([]() { in __anonb9037cf21102()
768 EXPECT_CALL(*processCommunicator, GetTimeout).WillRepeatedly([]() { in __anonb9037cf21202()
806 const std::shared_ptr<MockProcessCommunicator> &processCommunicator, in InitAdapter() argument
809 EXPECT_CALL(*processCommunicator, Stop).WillRepeatedly([]() { in InitAdapter()
815 EXPECT_CALL(*processCommunicator, RegOnDataReceive).WillRepeatedly( in InitAdapter()
[all …]