Searched defs:NotificationCallback (Results 1 – 3 of 3) sorted by relevance
258 using NotificationCallback = fit::function<void(bool indication, variable
116 using NotificationCallback = Function<void(ReadValue)>; variable
3145 TEST_F(RemoteServiceManagerTest, NotificationCallback) { in TEST_F() argument