Home
last modified time | relevance | path

Searched refs:HandleCloseP2PConnectionEx (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon_stub.h43 int32_t HandleCloseP2PConnectionEx(MessageParcel &data, MessageParcel &reply);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp43 &DaemonStub::HandleCloseP2PConnectionEx; in DaemonStub()
77 return HandleCloseP2PConnectionEx(data, reply); in OnRemoteRequest()
188 int32_t DaemonStub::HandleCloseP2PConnectionEx(MessageParcel &data, MessageParcel &reply) in HandleCloseP2PConnectionEx() function in OHOS::Storage::DistributedFile::DaemonStub
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_stub_sup_test.cpp205 * @tc.desc: Verify the HandleCloseP2PConnectionEx function
215 auto ret = daemonStub_->HandleCloseP2PConnectionEx(data, reply); in HWTEST_F()
221 ret = daemonStub_->HandleCloseP2PConnectionEx(data, reply); in HWTEST_F()

Completed in 2 milliseconds