Home
last modified time | relevance | path

Searched refs:Cancel (Results 1 – 25 of 37) sorted by relevance

12

/system/bt/gd/os/linux_generic/
Drepeating_alarm_unittest.cc62 alarm_->Cancel(); in VerifyMultipleDelayedTasks()
92 alarm_->Cancel(); in TEST_F()
103 alarm_->Cancel(); in TEST_F()
111 alarm_->Cancel(); in TEST_F()
117 …common::Bind(&RepeatingAlarm::Cancel, common::Unretained(this->alarm_)), std::chrono::milliseconds… in TEST_F()
128 alarm_->Cancel(); in TEST_F()
Dalarm_unittest.cc52 alarm_->Cancel(); in TEST_F()
71 alarm_->Cancel(); in TEST_F()
76 …alarm_->Schedule(BindOnce(&Alarm::Cancel, common::Unretained(alarm_)), std::chrono::milliseconds(1… in TEST_F()
Drepeating_alarm.cc65 void RepeatingAlarm::Cancel() { in Cancel() function in bluetooth::os::RepeatingAlarm
Dalarm.cc65 void Alarm::Cancel() { in Cancel() function in bluetooth::os::Alarm
/system/bt/common/
Donce_timer.cc58 task_wrapper_.Cancel(); in Schedule()
67 void OnceTimer::Cancel() { in Cancel() function in bluetooth::common::OnceTimer
100 task_wrapper_.Cancel(); in CancelClosure()
123 task_wrapper_.Cancel(); in RunTask()
Drepeating_timer.cc68 task_wrapper_.Cancel(); in SchedulePeriodic()
77 void RepeatingTimer::Cancel() { in Cancel() function in bluetooth::common::RepeatingTimer
110 task_wrapper_.Cancel(); in CancelClosure()
Donce_timer.h61 void Cancel();
Drepeating_timer.h61 void Cancel();
/system/update_engine/common/
Dscoped_task_id.h63 ~ScopedTaskId() noexcept { Cancel(); } in ~ScopedTaskId()
67 bool Cancel() noexcept { in Cancel() function
/system/bt/gd/os/
Drepeating_alarm.h48 void Cancel();
Dalarm.h48 void Cancel();
Dalarm_benchmark.cc98 alarm_->Cancel(); in BENCHMARK_DEFINE_F()
125 repeating_alarm_->Cancel(); in BENCHMARK_DEFINE_F()
/system/bt/test/mock/
Dmock_common_repeating_timer.cc49 void RepeatingTimer::Cancel() { in Cancel() function in RepeatingTimer
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc69 alarm_.Cancel(); in ~ClassicSignallingManager()
85 alarm_.Cancel(); in OnCommandReject()
169 alarm_.Cancel(); in CancelAlarm()
266 alarm_.Cancel(); in OnConnectionResponse()
519 alarm_.Cancel(); in OnConfigurationResponse()
530 alarm_.Cancel(); in OnConfigurationResponse()
553 alarm_.Cancel(); in OnConfigurationResponse()
566 alarm_.Cancel(); in OnConfigurationResponse()
586 alarm_.Cancel(); in OnConfigurationResponse()
617 alarm_.Cancel(); in OnDisconnectionResponse()
[all …]
/system/bt/gd/security/test/
Dmocks.h37 MOCK_METHOD1(Cancel, void(const bluetooth::hci::AddressWithType& address));
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc118 alarm_.Cancel(); in CancelAlarm()
127 alarm_.Cancel(); in OnCommandReject()
171 alarm_.Cancel(); in OnConnectionParameterUpdateResponse()
277 alarm_.Cancel(); in OnConnectionResponse()
333 alarm_.Cancel(); in OnDisconnectionResponse()
/system/bt/gd/security/pairing/
Dclassic_pairing_handler.cc74 user_interface_handler_->CallOn(user_interface_, &UI::Cancel, *GetRecord()->GetPseudoAddress()); in NotifyUiDisplayCancel()
156 void ClassicPairingHandler::Cancel() { in Cancel() function in bluetooth::security::pairing::ClassicPairingHandler
198 Cancel(); in OnReceive()
218 Cancel(); in OnReceive()
310 Cancel(); in OnReceive()
Dpairing_handler.h59 virtual void Cancel() = 0;
Dclassic_pairing_handler.h68 void Cancel() override;
/system/bt/common/benchmark/
Dtimer_performance_benchmark.cc138 once_timer_->Cancel(); in BENCHMARK_DEFINE_F()
251 repeating_timer_->Cancel(); in BENCHMARK_DEFINE_F()
/system/bt/gd/security/
Dui.h101 virtual void Cancel(const bluetooth::hci::AddressWithType& address) = 0;
/system/gsid/
Dgsi_tool.cpp57 static int Cancel(sp<IGsiService> gsid, int argc, char** argv);
68 {"cancel", Cancel},
601 static int Cancel(sp<IGsiService> gsid, int /* argc */, char** /* argv */) { in Cancel() function
/system/bt/gd/hci/
Dhci_layer.cc179 hci_timeout_alarm_->Cancel(); in handle_command_response()
198 hci_timeout_alarm_->Cancel(); in on_hci_timeout()
288 hci_timeout_alarm_->Cancel(); in handle_root_inflammation()
Dle_address_manager.cc41 address_rotation_alarm_->Cancel(); in ~LeAddressManager()
170 address_rotation_alarm_->Cancel(); in unregister_client()
/system/bt/main/shim/
Dbtm.cc592 void Btm::CancelScanningTimer() { scanning_timer_.Cancel(); } in CancelScanningTimer()
604 void Btm::CancelObservingTimer() { observing_timer_.Cancel(); } in CancelObservingTimer()

12