Searched defs:CallbackFunc (Results 1 – 4 of 4) sorted by relevance
26 typedef std::function<void()> CallbackFunc; typedef
31 typedef std::function<void()> CallbackFunc; typedef
32 typedef int32_t CallbackFunc(const std::string &path, const struct code_sign_enable_arg &arg); typedef
68 using CallbackFunc = std::function<void(uint32_t, PanelFlag)>; variable