Searched refs:Advance (Results 1 - 13 of 13) sorted by relevance

/system/connectivity/shill/
H A Dproperty_iterator.h38 void Advance() { function in class:shill::ReadablePropertyConstIterator
61 Advance();
H A Dicmp_session_unittest.cc241 testing_clock_.Advance(kSentTime1 - now);
254 testing_clock_.Advance(kRecvTime1 - now);
268 testing_clock_.Advance(kSentTime2 - now);
280 testing_clock_.Advance(kSentTime3 - now);
292 testing_clock_.Advance(kRecvTime2 - now);
309 testing_clock_.Advance(kWrongEchoIDRecvTime - now);
324 testing_clock_.Advance(kRecvTime3 - now);
364 testing_clock_.Advance(kSentTime1 - now);
377 testing_clock_.Advance(kSentTime2 - now);
390 testing_clock_.Advance(kRecvTime
[all...]
H A Dproperty_store.cc127 for ( ; !it.AtEnd(); it.Advance()) {
133 for ( ; !it.AtEnd(); it.Advance()) {
139 for ( ; !it.AtEnd(); it.Advance()) {
146 for ( ; !it.AtEnd(); it.Advance()) {
155 for ( ; !it.AtEnd(); it.Advance()) {
166 for ( ; !it.AtEnd(); it.Advance()) {
172 for ( ; !it.AtEnd(); it.Advance()) {
179 for ( ; !it.AtEnd(); it.Advance()) {
185 for ( ; !it.AtEnd(); it.Advance()) {
191 for ( ; !it.AtEnd(); it.Advance()) {
[all...]
H A Dproperty_store_unittest.cc346 it.Advance();
367 it.Advance();
388 it.Advance();
409 it.Advance();
433 it.Advance();
461 it.Advance();
488 it.Advance();
509 it.Advance();
531 it.Advance();
H A Djson_store.cc265 it.Advance();
417 it.Advance();
/system/connectivity/shill/net/
H A Dnetlink_message_matchers.h113 ssid_iter.Advance();
H A Dattribute_list.h164 void Advance() { ++iter_; } function in class:shill::AttributeIdIterator
H A Dnetlink_message_unittest.cc407 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
434 for (; !ssid_iter.AtEnd(); ssid_iter.Advance()) {
/system/update_engine/update_manager/
H A Dupdate_manager_unittest.cc280 test_clock_.Advance(TimeDelta::FromSeconds(2));
308 test_clock_.Advance(TimeDelta::FromSeconds(2));
316 test_clock_.Advance(TimeDelta::FromSeconds(2));
/system/connectivity/apmanager/
H A Ddevice.cc93 for (; !band_iter.AtEnd(); band_iter.Advance()) {
115 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
/system/connectivity/shill/wifi/
H A Dwake_on_wifi.cc708 pattern_iter.Advance();
778 ssid_iter.Advance();
1492 for (; !results_iter.AtEnd(); results_iter.Advance()) {
1516 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
H A Dwifi.cc2421 for (; !band_iter.AtEnd(); band_iter.Advance()) {
2441 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
H A Dwifi_service_unittest.cc437 for ( ; !it.AtEnd(); it.Advance())

Completed in 245 milliseconds