Home
last modified time | relevance | path

Searched refs:CloseP2PConnection (Results 1 - 18 of 18) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_sup_test.cpp115 * @tc.desc: The execution of the CloseP2PConnection failed.
124 auto ret = testProxy->CloseP2PConnection(deviceInfo); in HWTEST_F()
131 * @tc.desc: The execution of the CloseP2PConnection failed.
140 auto ret = proxy_->CloseP2PConnection(deviceInfo); in HWTEST_F()
147 * @tc.desc: The execution of the CloseP2PConnection success.
156 auto ret = proxy_->CloseP2PConnection(deviceInfo); in HWTEST_F()
H A Ddistributed_file_daemon_proxy_test.cpp113 * @tc.desc: The execution of the CloseP2PConnection failed.
127 ret = proxy_->CloseP2PConnection(deviceInfo); in HWTEST_F()
133 ret = proxy_->CloseP2PConnection(deviceInfo); in HWTEST_F()
139 ret = proxy_->CloseP2PConnection(deviceInfo); in HWTEST_F()
146 ret = proxy_->CloseP2PConnection(deviceInfo); in HWTEST_F()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp44 int32_t DistributedFileDaemonManagerImpl::CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in CloseP2PConnection() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl
52 return distributedFileDaemonProxy->CloseP2PConnection(deviceInfo); in CloseP2PConnection()
H A Ddistributed_file_daemon_proxy.cpp145 int32_t DistributedFileDaemonProxy::CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in CloseP2PConnection() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddistributed_file_daemon_manager.h37 virtual int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) = 0;
H A Di_daemon.h37 virtual int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) = 0;
H A Ddaemon.h62 int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/
H A Di_daemon_mock.h36 MOCK_METHOD1(CloseP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h48 int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in CloseP2PConnection() function in OHOS::Storage::DistributedFile::DaemonServiceMock
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_manager_impl.h36 int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
H A Ddistributed_file_daemon_proxy.h40 int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_manager_impl_test.cpp123 * @tc.desc: Verify the CloseP2PConnection function
133 auto res = distributedDaemonManagerImpl_->CloseP2PConnection(deviceInfo); in HWTEST_F()
H A Ddaemon_stub_test.cpp70 MOCK_METHOD1(CloseP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
248 EXPECT_CALL(*daemonStub_, CloseP2PConnection(_)).WillOnce(Return(0)); in HWTEST_F()
H A Ddaemon_stub_sup_test.cpp84 MOCK_METHOD1(CloseP2PConnection, int32_t(const DistributedHardware::DmDeviceInfo &deviceInfo));
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp193 CloseP2PConnection(deviceInfo); in OpenP2PConnection()
200 int32_t Daemon::CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) in CloseP2PConnection() function in OHOS::Storage::DistributedFile::Daemon
244 int32_t ret = CloseP2PConnection(deviceInfo); in CleanUp()
246 LOGE("Daemon::CleanUp CloseP2PConnection failed"); in CleanUp()
H A Ddaemon_stub.cpp133 LOGI("Begin CloseP2PConnection"); in HandleCloseP2PConnection()
158 int32_t res = CloseP2PConnection(deviceInfo); in HandleCloseP2PConnection()
160 LOGI("End CloseP2PConnection"); in HandleCloseP2PConnection()
190 LOGI("DaemonStub::Begin CloseP2PConnection."); in HandleCloseP2PConnectionEx()
199 LOGI("DaemonStub::End CloseP2PConnection"); in HandleCloseP2PConnectionEx()
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp62 int32_t CloseP2PConnection(const DistributedHardware::DmDeviceInfo &deviceInfo) override
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp972 auto status = DistributedFileDaemonManager::GetInstance().CloseP2PConnection(remoteDevice); in CloseP2PLink()

Completed in 14 milliseconds