Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon_execute.h43 void ExecutePrepareSession(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp49 executeFuncMap_[DEAMON_EXECUTE_PREPARE_SESSION] = &DaemonExecute::ExecutePrepareSession; in DaemonExecute()
185 void DaemonExecute::ExecutePrepareSession(const AppExecFwk::InnerEvent::Pointer &event) in ExecutePrepareSession() function in OHOS::Storage::DistributedFile::DaemonExecute