Searched defs:CallbackState (Results 1 – 5 of 5) sorted by relevance
12 pub struct CallbackState<F> { struct20 impl<F> CallbackState<F> { argument29 impl<F> Drop for CallbackState<F> { implementation
398 struct CallbackState { in handleScanMonitorStateChange() struct399 bool enabled; in handleScanMonitorStateChange()400 uint8_t errorCode; in handleScanMonitorStateChange()419 struct CallbackState { in handleScanResponse() struct420 bool pending; in handleScanResponse()421 uint8_t errorCode; in handleScanResponse()
278 struct CallbackState { in handleStatusChange() struct279 bool enabled; in handleStatusChange()280 uint8_t errorCode; in handleStatusChange()
62 enum CallbackState { enum in NetworkCallbackTest
111 enum CallbackState { enum in art::ThreadLifecycleCallbackRuntimeCallbacksTest