Searched refs:DoNothing (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/update_manager/ |
D | evaluation_context_unittest.cc | 215 Bind(&base::DoNothing) in TEST_F() 217 base::DoNothing() in TEST_F() 291 Bind(&base::DoNothing) in TEST_F() 293 base::DoNothing() in TEST_F() 301 Bind(&base::DoNothing) in TEST_F() 303 base::DoNothing() in TEST_F() 353 Bind(&base::DoNothing) in TEST_F() 355 base::DoNothing() in TEST_F() 451 Bind(&base::DoNothing) in TEST_F() 453 base::DoNothing() in TEST_F() [all …]
|
/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 | 217 base::DoNothing()); in ConfigureRpa() 234 base::DoNothing()); in ConfigureRpa() 601 0 /* disable */, std::move(timeout_cb), 0, 0, base::DoNothing()); in EnableWithTimerCb() 860 GetHciInterface()->Enable(false, inst_id, 0x00, 0x00, base::DoNothing()); in Unregister() 866 base::DoNothing()); in Unregister() 871 GetHciInterface()->RemoveAdvertisingSet(inst_id, base::DoNothing()); in Unregister() 915 GetHciInterface()->Enable(false, sets, base::DoNothing()); in Suspend() 930 if (!sets.empty()) GetHciInterface()->Enable(true, sets, base::DoNothing()); in Resume() 971 p_inst->maxExtAdvEvents, base::DoNothing()); in OnAdvertisingSetTerminated() 1012 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 | 357 base::DoNothing()); in RegisterClientCallback() 361 0 /* no duration */, 0 /* no maxExtAdvEvent*/, base::DoNothing()); in RegisterClientCallback() 582 {}, base::DoNothing()); in SetAdvertisement() 608 {}, base::DoNothing()); in SetScanResponse()
|
/system/bt/stack/test/ |
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()
|