Searched defs:CallbackFunc (Results 1 – 3 of 3) sorted by relevance
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
32 typedef std::function<void()> CallbackFunc; typedef