/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/ |
H A D | distributed_file_daemon_proxy_sup_test.cpp | 67 * @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 D | distributed_file_daemon_proxy_test.cpp | 73 * @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 D | daemon_service_proxy_test.cpp | 75 * @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 D | daemon_manager_impl_test.cpp | 102 * @tc.desc: Verify the OpenP2PConnection function 112 auto res = distributedDaemonManagerImpl_->OpenP2PConnection(deviceInfo); in HWTEST_F()
|
H A D | daemon_stub_test.cpp | 69 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo)); 217 EXPECT_CALL(*daemonStub_, OpenP2PConnection(_)).WillOnce(Return(0)); in HWTEST_F()
|
H A D | daemon_stub_sup_test.cpp | 83 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/ |
H A D | distributed_file_daemon_manager_impl.cpp | 33 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 D | distributed_file_daemon_proxy.cpp | 93 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 D | distributed_file_daemon_manager.h | 36 virtual int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) = 0;
|
H A D | i_daemon.h | 36 virtual int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) = 0;
|
H A D | daemon.h | 61 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/ |
H A D | i_daemon_mock.h | 35 MOCK_METHOD1(OpenP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/ |
H A D | i_daemon_mock.h | 43 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 D | distributed_file_daemon_manager_impl.h | 35 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
|
H A D | distributed_file_daemon_proxy.h | 39 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
|
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/ |
H A D | daemonstub_fuzzer.cpp | 57 int32_t OpenP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 100 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 D | daemon.cpp | 169 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 D | pasteboard_service.cpp | 950 auto status = DistributedFileDaemonManager::GetInstance().OpenP2PConnection(remoteDevice); in EstablishP2PLink()
|