/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | mock_process_communicator.h | 32 MOCK_METHOD1(IsSameProcessLabelStartedOnPeerDevice, bool(const DeviceInfos &));
|
H A D | distributeddb_communicator_deep_test.cpp | 707 …EXPECT_CALL(*processCommunicator, IsSameProcessLabelStartedOnPeerDevice).WillRepeatedly([](const D… in __anonb9037cf20e02() 829 …EXPECT_CALL(*processCommunicator, IsSameProcessLabelStartedOnPeerDevice).WillRepeatedly([](const D… in InitAdapter() 903 …EXPECT_CALL(*processCommunicator, IsSameProcessLabelStartedOnPeerDevice).WillRepeatedly([](const D… in __anonb9037cf21e02() 918 …EXPECT_CALL(*processCommunicator, IsSameProcessLabelStartedOnPeerDevice).WillRepeatedly([](const D… in __anonb9037cf22102()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | process_communicator_test_stub.h | 79 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/ |
H A D | process_communicator_test_stub.h | 81 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | process_communication_impl.h | 46 …bool IsSameProcessLabelStartedOnPeerDevice(const DistributedDB::DeviceInfos &peerDevInfo) override;
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | process_communicator_impl.h | 51 KVSTORE_API bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | iprocess_communicator.h | 123 virtual bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | process_communication_impl.cpp | 116 bool ProcessCommunicationImpl::IsSameProcessLabelStartedOnPeerDevice(__attribute__((unused)) in IsSameProcessLabelStartedOnPeerDevice() function in OHOS::DistributedKv::ProcessCommunicationImpl
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | process_communicator_impl.h | 58 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | network_adapter.cpp | 309 if (!processCommunicator_->IsSameProcessLabelStartedOnPeerDevice(devInfo)) { in OnDeviceChangeHandler() 392 if (!processCommunicator_->IsSameProcessLabelStartedOnPeerDevice(devInfo)) { in CheckDeviceOfflineAfterSendFail()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/ |
H A D | iprocesscommunicator_fuzzer.cpp | 77 … bool IsSameProcessLabelStartedOnPeerDevice(const DistributedDB::DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice() function in OHOS::ProcessCommunicatorFuzzTest
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | process_communicator_impl.cpp | 159 bool ProcessCommunicatorImpl::IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) in IsSameProcessLabelStartedOnPeerDevice() function in OHOS::ObjectStore::ProcessCommunicatorImpl
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | process_communicator_impl_test.cpp | 265 auto ret = processCommunicator->IsSameProcessLabelStartedOnPeerDevice(deviceInfos);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | process_communicator_impl.cpp | 193 bool ProcessCommunicatorImpl::IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) in IsSameProcessLabelStartedOnPeerDevice() function in OHOS::AppDistributedKv::ProcessCommunicatorImpl
|