Home
last modified time | relevance | path

Searched defs:Callbacks (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Db_incremental_backup_session.h32 struct Callbacks { struct
50 static std::unique_ptr<BIncrementalBackupSession> Init(Callbacks callbacks); argument
H A Db_incremental_restore_session.h32 struct Callbacks { struct
50 static std::unique_ptr<BIncrementalRestoreSession> Init(Callbacks callbacks); argument
H A Db_session_backup.h31 struct Callbacks { struct
48 static std::unique_ptr<BSessionBackup> Init(Callbacks callbacks); argument
H A Db_session_restore.h31 struct Callbacks { struct
48 static std::unique_ptr<BSessionRestore> Init(Callbacks callbacks); argument
H A Db_session_restore_async.h34 struct Callbacks { struct
35 std::function<void(const BFileInfo &, UniqueFd, ErrCode)> onFileReady; // 当备份服务有文件待发送时执行的回
59 static std::shared_ptr<BSessionRestoreAsync> Init(Callbacks callbacks); argument
H A Db_incremental_session_restore_async.h34 struct Callbacks { struct
58 static std::shared_ptr<BIncrementalSessionRestoreAsync> Init(Callbacks callbacks); argument
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/include/
H A Djs_register_module.h65 typedef std::map<std::string, std::list<sptr<KeyEventMonitorInfo>>> Callbacks; typedef
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dvsync_station.h74 using Callbacks = std::unordered_set<std::shared_ptr<VsyncCallback>>; variable