Home
last modified time | relevance | path

Searched refs:IsSameProcessLabelStartedOnPeerDevice (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dmock_process_communicator.h32 MOCK_METHOD1(IsSameProcessLabelStartedOnPeerDevice, bool(const DeviceInfos &));
H A Ddistributeddb_communicator_deep_test.cpp707 …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 Dprocess_communicator_test_stub.h79 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Dprocess_communicator_test_stub.h81 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dprocess_communication_impl.h46 …bool IsSameProcessLabelStartedOnPeerDevice(const DistributedDB::DeviceInfos &peerDevInfo) override;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dprocess_communicator_impl.h51 KVSTORE_API bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h123 virtual bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp116 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 Dprocess_communicator_impl.h58 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp309 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 Diprocesscommunicator_fuzzer.cpp77 … 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 Dprocess_communicator_impl.cpp159 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 Dprocess_communicator_impl_test.cpp265 auto ret = processCommunicator->IsSameProcessLabelStartedOnPeerDevice(deviceInfos);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp193 bool ProcessCommunicatorImpl::IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) in IsSameProcessLabelStartedOnPeerDevice() function in OHOS::AppDistributedKv::ProcessCommunicatorImpl