Searched defs:Callbacks (Results 1 – 8 of 8) sorted by relevance
32 struct Callbacks { struct50 static std::unique_ptr<BIncrementalBackupSession> Init(Callbacks callbacks); argument
32 struct Callbacks { struct50 static std::unique_ptr<BIncrementalRestoreSession> Init(Callbacks callbacks); argument
31 struct Callbacks { struct48 static std::unique_ptr<BSessionBackup> Init(Callbacks callbacks); argument
31 struct Callbacks { struct48 static std::unique_ptr<BSessionRestore> Init(Callbacks callbacks); argument
34 struct Callbacks { struct35 std::function<void(const BFileInfo &, UniqueFd, ErrCode)> onFileReady; // 当备份服务有文件待发送时执行的回调59 static std::shared_ptr<BSessionRestoreAsync> Init(Callbacks callbacks); argument
34 struct Callbacks { struct58 static std::shared_ptr<BIncrementalSessionRestoreAsync> Init(Callbacks callbacks); argument
65 typedef std::map<std::string, std::list<sptr<KeyEventMonitorInfo>>> Callbacks; typedef
74 using Callbacks = std::unordered_set<std::shared_ptr<VsyncCallback>>; variable