Home
last modified time | relevance | path

Searched refs:OpenP2PConnection (Results 1 - 19 of 19) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_sup_test.cpp67 * @tc.desc: The execution of the OpenP2PConnection failed.
76 auto ret = testProxy->OpenP2PConnection(deviceInfo); in HWTEST_F()
83 * @tc.desc: The execution of the OpenP2PConnection failed.
92 auto ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
99 * @tc.desc: The execution of the OpenP2PConnection success.
108 auto ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
H A Ddistributed_file_daemon_proxy_test.cpp73 * @tc.desc: The execution of the OpenP2PConnection failed.
82 auto ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
87 ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
93 ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
99 ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
106 ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
122 auto ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_service_proxy_test.cpp75 * @tc.desc: Verify the OpenP2PConnection function.
83 int ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
98 int ret = proxy_->OpenP2PConnection(deviceInfo); in HWTEST_F()
H A Ddaemon_manager_impl_test.cpp102 * @tc.desc: Verify the OpenP2PConnection function
112 auto res = distributedDaemonManagerImpl_->OpenP2PConnection(deviceInfo); in HWTEST_F()
H A Ddaemon_stub_test.cpp69 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
217 EXPECT_CALL(*daemonStub_, OpenP2PConnection(_)).WillOnce(Return(0)); in HWTEST_F()
H A Ddaemon_stub_sup_test.cpp83 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
/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 &deviceInfo) 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 &deviceInfo) in OpenP2PConnection() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
/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;
/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));
/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 in OHOS::Storage::DistributedFile::DaemonServiceMock
/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;
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp57 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp100 LOGI("Begin OpenP2PConnection"); in HandleOpenP2PConnection()
125 int32_t res = OpenP2PConnection(deviceInfo); in HandleOpenP2PConnection()
127 LOGI("End OpenP2PConnection, res = %{public}d", res); in HandleOpenP2PConnection()
184 LOGI("DaemonStub::End OpenP2PConnection, res = %{public}d.", res); in HandleOpenP2PConnectionEx()
H A Ddaemon.cpp169 int32_t Daemon::OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in OpenP2PConnection() function in OHOS::Storage::DistributedFile::Daemon
171 LOGI("OpenP2PConnection networkId %{public}s", Utils::GetAnonyString(deviceInfo.networkId).c_str()); in OpenP2PConnection()
185 LOGE("OpenP2PConnection failed, ret = %{public}d", ret); in OpenP2PConnection()
192 LOGI("OpenP2PConnection check connection status failed, start to clean up"); in OpenP2PConnection()
221 LOGE("OpenP2PConnection failed, ret = %{public}d", ret); in ConnectionCount()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp950 auto status = DistributedFileDaemonManager::GetInstance().OpenP2PConnection(remoteDevice); in EstablishP2PLink()

Completed in 14 milliseconds