Searched refs:DoNothing (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/update_manager/ |
D | evaluation_context_unittest.cc | 214 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 284 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 288 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 334 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 426 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 436 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 449 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 462 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F()
|
/system/bt/common/ |
D | once_timer_unittest.cc | 182 base::DoNothing(), in TEST_F() 198 base::DoNothing(), in TEST_F() 216 base::DoNothing(), in TEST_F()
|
D | repeating_timer_unittest.cc | 188 base::DoNothing(), in TEST_F()
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 218 base::DoNothing()); in ConfigureRpa() 235 base::DoNothing()); in ConfigureRpa() 605 0 /* disable */, std::move(timeout_cb), 0, 0, base::DoNothing()); in EnableWithTimerCb() 866 GetHciInterface()->Enable(false, inst_id, 0x00, 0x00, base::DoNothing()); in Unregister() 872 base::DoNothing()); in Unregister() 877 GetHciInterface()->RemoveAdvertisingSet(inst_id, base::DoNothing()); in Unregister() 921 GetHciInterface()->Enable(false, sets, base::DoNothing()); in Suspend() 936 if (!sets.empty()) GetHciInterface()->Enable(true, sets, base::DoNothing()); in Resume() 977 p_inst->maxExtAdvEvents, base::DoNothing()); in OnAdvertisingSetTerminated() 1018 if (ptr) ptr->ConfigureRpa((AdvertisingInstance*)data, base::DoNothing()); in btm_ble_adv_raddr_timer_timeout() [all …]
|
D | btm_ble_adv_filter.cc | 624 base::DoNothing()); in BTM_LE_PF_set() 636 base::DoNothing()); in BTM_LE_PF_set() 641 BTM_LE_PF_local_name(action, filt_index, cmd.name, base::DoNothing()); in BTM_LE_PF_set() 647 cmd.data, cmd.data_mask, base::DoNothing()); in BTM_LE_PF_set() 653 base::DoNothing()); in BTM_LE_PF_set()
|
/system/bt/service/ |
D | low_energy_advertiser.cc | 136 advertiser_id_, false, base::DoNothing(), 0, 0, base::DoNothing()); in ~LowEnergyAdvertiser()
|
D | gatt_server_old.cc | 358 base::DoNothing()); in RegisterClientCallback() 362 0 /* no duration */, 0 /* no maxExtAdvEvent*/, base::DoNothing()); in RegisterClientCallback() 583 {}, base::DoNothing()); in SetAdvertisement() 609 {}, base::DoNothing()); in SetScanResponse()
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 74 void DoNothing(uint8_t) {} in DoNothing() function 410 BleAdvertisingManager::Get()->Enable(advertiser_id, true, Bind(DoNothing), 0, in TEST_F() 411 0, Bind(DoNothing)); in TEST_F() 767 maxExtAdvEvents, Bind(DoNothing)); in TEST_F()
|