Home
last modified time | relevance | path

Searched refs:DoNothing (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/update_engine/update_manager/
H A Devaluation_context_unittest.cc217 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 Dbtm_ble_multi_adv.cc218 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 Dbtm_ble_adv_filter.cc645 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 Donce_timer_unittest.cc182 base::DoNothing(), in TEST_F()
198 base::DoNothing(), in TEST_F()
216 base::DoNothing(), in TEST_F()
H A Drepeating_timer_unittest.cc188 base::DoNothing(), in TEST_F()
/aosp12/system/bt/service/
H A Dlow_energy_advertiser.cc136 advertiser_id_, false, base::DoNothing(), 0, 0, base::DoNothing()); in ~LowEnergyAdvertiser()
H A Dgatt_server_old.cc359 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 Dble_advertiser_test.cc72 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()