class FakeDispatcherBase

Defined at line 19 of file ../../zircon/kernel/object/test/fake_dispatcher.h

A Dispatcher-like class that tracks the number of calls to on_zero_handles()

for testing purposes.

This base class is available so that we can test that KernelHandle can

properly upcast child->base RefPtrs.

Public Methods

void ~FakeDispatcherBase ()

Defined at line 21 of file ../../zircon/kernel/object/test/fake_dispatcher.h

uint32_t current_handle_count ()

Defined at line 23 of file ../../zircon/kernel/object/test/fake_dispatcher.h

int on_zero_handles_calls ()

Defined at line 24 of file ../../zircon/kernel/object/test/fake_dispatcher.h

void on_zero_handles ()

Defined at line 25 of file ../../zircon/kernel/object/test/fake_dispatcher.h

Protected Methods

void FakeDispatcherBase ()

Defined at line 28 of file ../../zircon/kernel/object/test/fake_dispatcher.h