Searched refs:LogFn (Results 1 – 1 of 1) sorted by relevance
66 using LogFn = std::function<void(const std::string& msg)>; variable69 void binderCallLogFn(const LogType& log, const LogFn& logFn) { in binderCallLogFn()