Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/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;
/ohos5.0/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));
/ohos5.0/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;
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Ddisconnectdfs.cpp54 CloseP2PConnectionEx(networkId); in Async()
/ohos5.0/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
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_test.cpp418 auto ret = proxy_->CloseP2PConnectionEx("test");
423 ret = proxy_->CloseP2PConnectionEx("test");
429 ret = testProxy->CloseP2PConnectionEx("test");
446 auto ret = proxy_->CloseP2PConnectionEx("test");
453 ret = proxy_->CloseP2PConnectionEx("test");
/ohos5.0/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));
H A Ddaemon_stub_test.cpp72 MOCK_METHOD1(CloseP2PConnectionEx, int32_t(const std::string &networkId));
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp72 int32_t CloseP2PConnectionEx(const std::string &networkId) override in CloseP2PConnectionEx() function in OHOS::DaemonStubImpl
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp197 int32_t res = CloseP2PConnectionEx(networkId); in HandleCloseP2PConnectionEx()
H A Ddaemon.cpp299 int32_t Daemon::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::Daemon