Searched defs:CallbackType (Results 1 – 6 of 6) sorted by relevance
29 enum class CallbackType { enum
36 enum CallbackType { enum
35 enum CallbackType { enum
65 enum struct CallbackType { enum
290 using CallbackType = std::function<void(const sptr<PowerMgrService>&)>; variable