Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon_execute.h37 void ExecutePushAsset(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp47 executeFuncMap_[DEAMON_EXECUTE_PUSH_ASSET] = &DaemonExecute::ExecutePushAsset; in DaemonExecute()
69 void DaemonExecute::ExecutePushAsset(const AppExecFwk::InnerEvent::Pointer &event) in ExecutePushAsset() function in OHOS::Storage::DistributedFile::DaemonExecute