Home
last modified time | relevance | path

Searched refs:ExecuteRequestSendFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon_execute.h38 void ExecuteRequestSendFile(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp48 executeFuncMap_[DEAMON_EXECUTE_REQUEST_SEND_FILE] = &DaemonExecute::ExecuteRequestSendFile; in DaemonExecute()
123 void DaemonExecute::ExecuteRequestSendFile(const AppExecFwk::InnerEvent::Pointer &event) in ExecuteRequestSendFile() function in OHOS::Storage::DistributedFile::DaemonExecute