Home
last modified time | relevance | path

Searched refs:LogFn (Results 1 – 1 of 1) sorted by relevance

/system/netd/include/
DBinderUtil.h57 using LogFn = std::function<void(const std::string& msg)>; variable
59 void binderCallLogFn(const Json::Value& logTransaction, const LogFn& logFn) { in binderCallLogFn()