Home
last modified time | relevance | path

Searched defs:WorkArgs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dgeneral_callbacks.h38 struct WorkArgs { struct
39 std::mutex callbackMutex;
40 std::condition_variable callbackCondition;
42 BackupRestoreCallback *ptr = nullptr;
43 InputArgsParser argParser;
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/
H A Dn_async_work_callback.cpp224 struct WorkArgs { in ThreadSafeSchedule() struct
225 NAsyncWorkCallback *ptr = nullptr; in ThreadSafeSchedule()
226 NContextCBComplete cb; in ThreadSafeSchedule()