Searched defs:AppCallback (Results 1 – 3 of 3) sorted by relevance
18 public interface AppCallback { interface
141 void *AppCallback; // Client callback function and context member154 DNSServiceRegisterRecordReply AppCallback; member423 …f, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppCo… in ConnectToServer()
1114 public static class AppCallback implements Consumer<ProfilingResult> { class in ProfilingFrameworkTests