Home
last modified time | relevance | path

Searched refs:CloseP2PConnectionEx (Results 1 - 16 of 16) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp66 int32_t DistributedFileDaemonManagerImpl::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl
73 return distributedFileDaemonProxy->CloseP2PConnectionEx(networkId); in CloseP2PConnectionEx()
H A Ddistributed_file_daemon_proxy.cpp237 int32_t DistributedFileDaemonProxy::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddistributed_file_daemon_manager.h39 virtual int32_t CloseP2PConnectionEx(const std::string &networkId) = 0;
H A Di_daemon.h39 virtual int32_t CloseP2PConnectionEx(const std::string &networkId) = 0;
H A Ddaemon.h64 int32_t CloseP2PConnectionEx(const std::string &networkId) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/
H A Di_daemon_mock.h39 MOCK_METHOD1(CloseP2PConnectionEx, int32_t(const std::string &networkId));
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h58 int32_t CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::DaemonServiceMock
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Ddisconnectdfs.cpp54 CloseP2PConnectionEx(networkId); in Async()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_manager_impl.h38 int32_t CloseP2PConnectionEx(const std::string &networkId) override;
H A Ddistributed_file_daemon_proxy.h42 int32_t CloseP2PConnectionEx(const std::string &networkId) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_test.cpp218 * @tc.desc: verify CloseP2PConnectionEx
226 auto ret = proxy_->CloseP2PConnectionEx("test"); in HWTEST_F()
231 ret = proxy_->CloseP2PConnectionEx("test"); in HWTEST_F()
237 ret = testProxy->CloseP2PConnectionEx("test"); in HWTEST_F()
244 * @tc.desc: verify CloseP2PConnectionEx
254 auto ret = proxy_->CloseP2PConnectionEx("test"); in HWTEST_F()
261 ret = proxy_->CloseP2PConnectionEx("test"); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_stub_sup_test.cpp86 MOCK_METHOD1(CloseP2PConnectionEx, int32_t(const std::string &networkId));
219 EXPECT_CALL(*daemonStub_, CloseP2PConnectionEx(_)).WillOnce(Return(E_OK)); in HWTEST_F()
H A Ddaemon_stub_test.cpp72 MOCK_METHOD1(CloseP2PConnectionEx, int32_t(const std::string &networkId));
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp72 int32_t CloseP2PConnectionEx(const std::string &networkId) override
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp197 int32_t res = CloseP2PConnectionEx(networkId); in HandleCloseP2PConnectionEx()
H A Ddaemon.cpp316 int32_t Daemon::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::Daemon
318 LOGI("Daemon::CloseP2PConnectionEx start, networkId: %{public}s", Utils::GetAnonyString(networkId).c_str()); in CloseP2PConnectionEx()
320 LOGE("[CloseP2PConnectionEx] DATASYNC permission denied"); in CloseP2PConnectionEx()
350 LOGE("Daemon::CloseP2PConnectionEx disconnection failed"); in CloseP2PConnectionEx()
353 LOGI("Daemon::CloseP2PConnectionEx end"); in CloseP2PConnectionEx()

Completed in 9 milliseconds