Searched defs:CancelClosure (Results 1 – 3 of 3) sorted by relevance
/system/bt/test/mock/ | ||
D | mock_common_repeating_timer.cc | 54 void RepeatingTimer::CancelClosure(std::promise<void> promise) { in CancelClosure() function in RepeatingTimer |
/system/bt/common/ | ||
D | once_timer.cc | 98 void OnceTimer::CancelClosure(std::promise<void> promise) { in CancelClosure() function in bluetooth::common::OnceTimer |
D | repeating_timer.cc | 108 void RepeatingTimer::CancelClosure(std::promise<void> promise) { in CancelClosure() function in bluetooth::common::RepeatingTimer |