Home
last modified time | relevance | path

Searched refs:OpenP2PConnection (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_service_proxy_test.cpp83 int ret = proxy_->OpenP2PConnection(deviceInfo);
98 int ret = proxy_->OpenP2PConnection(deviceInfo);
H A Ddaemon_manager_impl_test.cpp112 auto res = distributedDaemonManagerImpl_->OpenP2PConnection(deviceInfo);
H A Ddaemon_stub_test.cpp69 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
217 EXPECT_CALL(*daemonStub_, OpenP2PConnection(_)).WillOnce(Return(0));
H A Ddaemon_stub_sup_test.cpp83 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_test.cpp82 auto ret = proxy_->OpenP2PConnection(deviceInfo);
87 ret = proxy_->OpenP2PConnection(deviceInfo);
93 ret = proxy_->OpenP2PConnection(deviceInfo);
99 ret = proxy_->OpenP2PConnection(deviceInfo);
106 ret = proxy_->OpenP2PConnection(deviceInfo);
126 auto ret = proxy_->OpenP2PConnection(deviceInfo);
135 ret = proxy_->OpenP2PConnection(deviceInfo);
157 auto ret = testProxy->OpenP2PConnection(deviceInfo);
179 auto ret = proxy_->OpenP2PConnection(deviceInfo);
202 auto ret = proxy_->OpenP2PConnection(deviceInfo);
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp33 int32_t DistributedFileDaemonManagerImpl::OpenP2PConnection(const DistributedHardware::DmDeviceInfo… in OpenP2PConnection() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl
41 return distributedFileDaemonProxy->OpenP2PConnection(deviceInfo); in OpenP2PConnection()
H A Ddistributed_file_daemon_proxy.cpp93 int32_t DistributedFileDaemonProxy::OpenP2PConnection(const DistributedHardware::DmDeviceInfo &devi… in OpenP2PConnection() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddistributed_file_daemon_manager.h36 virtual int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) = 0;
H A Di_daemon.h36 virtual int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) = 0;
H A Ddaemon.h61 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/
H A Di_daemon_mock.h35 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_manager_impl.h35 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
H A Ddistributed_file_daemon_proxy.h39 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h43 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in OpenP2PConnection() function
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp57 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override in OpenP2PConnection() function in OHOS::DaemonStubImpl
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp125 int32_t res = OpenP2PConnection(deviceInfo); in HandleOpenP2PConnection()
H A Ddaemon.cpp169 int32_t Daemon::OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in OpenP2PConnection() function in OHOS::Storage::DistributedFile::Daemon
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp958 auto status = DistributedFileDaemonManager::GetInstance().OpenP2PConnection(remoteDevice); in EstablishP2PLink()