Searched refs:DoNothing (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/update_engine/update_manager/ |
H A D | evaluation_context_unittest.cc | 217 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 287 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 291 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 337 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 429 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 439 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 452 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F() 465 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(base::DoNothing())); in TEST_F()
|
/aosp12/system/bt/stack/btm/ |
H A 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 …]
|
H A D | btm_ble_adv_filter.cc | 645 base::DoNothing()); in BTM_LE_PF_set() 700 base::DoNothing()); in BTM_LE_PF_set() 705 BTM_LE_PF_local_name(action, filt_index, cmd.name, base::DoNothing()); in BTM_LE_PF_set() 711 cmd.data, cmd.data_mask, base::DoNothing()); in BTM_LE_PF_set() 717 base::DoNothing()); in BTM_LE_PF_set()
|
/aosp12/system/bt/common/ |
H A D | once_timer_unittest.cc | 182 base::DoNothing(), in TEST_F() 198 base::DoNothing(), in TEST_F() 216 base::DoNothing(), in TEST_F()
|
H A D | repeating_timer_unittest.cc | 188 base::DoNothing(), in TEST_F()
|
/aosp12/system/bt/service/ |
H A D | low_energy_advertiser.cc | 136 advertiser_id_, false, base::DoNothing(), 0, 0, base::DoNothing()); in ~LowEnergyAdvertiser()
|
H A D | gatt_server_old.cc | 359 base::DoNothing()); in RegisterClientCallback() 363 0 /* no duration */, 0 /* no maxExtAdvEvent*/, base::DoNothing()); in RegisterClientCallback() 586 {}, base::DoNothing()); in SetAdvertisement() 612 {}, base::DoNothing()); in SetScanResponse()
|
/aosp12/system/bt/stack/test/ |
H A D | ble_advertiser_test.cc | 72 void DoNothing(uint8_t) {} in DoNothing() function 408 BleAdvertisingManager::Get()->Enable(advertiser_id, true, Bind(DoNothing), 0, in TEST_F() 409 0, Bind(DoNothing)); in TEST_F() 765 maxExtAdvEvents, Bind(DoNothing)); in TEST_F()
|