Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Drequest_context.cc66 watch->InvokeCallback(MOJO_RESULT_CANCELLED, closed_state, flags); in ~RequestContext()
72 watch.watch->InvokeCallback(watch.result, watch.state, flags); in ~RequestContext()
Dwatch.h62 void InvokeCallback(MojoResult result,
Dwatch.cc61 void Watch::InvokeCallback(MojoResult result, in InvokeCallback() function in mojo::core::Watch
/external/libchrome/mojo/public/cpp/system/
Dstring_data_pipe_producer.cc81 FROM_HERE, base::BindOnce(&StringDataPipeProducer::InvokeCallback, in Write()
99 void StringDataPipeProducer::InvokeCallback(MojoResult result) { in InvokeCallback() function in mojo::StringDataPipeProducer
Dstring_data_pipe_producer.h74 void InvokeCallback(MojoResult result);
/external/libchrome/base/synchronization/
Dwaitable_event_watcher.h121 void InvokeCallback();
/external/mdnsresponder/mDNSCore/
DuDNS.c3149 mDNSBool InvokeCallback = mDNStrue; in hndlRecordUpdateReply() local
3242 if (rr->state == regState_Refresh) InvokeCallback = mDNSfalse; in hndlRecordUpdateReply()
3277 if (!err && InvokeCallback && rr->RecordCallback) in hndlRecordUpdateReply()