Searched refs:current (Results 76 - 91 of 91) sorted by relevance

1234

/system/update_engine/
H A Dupdate_engine_client_android.cc233 if (!brillo::MessageLoop::current()->PostTask(delayed_exit))
H A Dupdate_engine_client.cc73 base::MessageLoop::current()->PostTask(
210 LOG(ERROR) << "Update failed, current operations is "
221 DEFINE_string(app_version, "", "Force the current app version.");
224 "target channel is more stable than the current channel unless "
252 DEFINE_bool(show_channel, false, "Show the current and target channels.");
254 "Show the current setting for peer-to-peer update sharing.");
256 "Show the current setting for updates over cellular networks.");
299 // Changes the current update over cellular network setting.
313 // Show the current update over cellular network setting.
368 // Show the current P2
[all...]
H A Dupdate_attempter_android.cc230 // Update the boot flags so the current slot has higher priority.
340 LOG(ERROR) << "Failed to mark current boot as successful.";
352 brillo::MessageLoop::current()->PostTask(
H A Domaha_request_action_unittest.cc249 brillo::MessageLoop::current()->BreakLoop();
471 // the current ethernet connection.
1004 brillo::MessageLoop::current()->BreakLoop();
H A Dupdate_attempter.cc421 // should cancel the current download attempt if there's such a change in
534 LOG(INFO) << "Keeping current wall-clock waiting period: " <<
1042 // If the current state is at or past the download phase, count the failure
1163 // Update the boot flags so the current slot has higher priority.
1219 LOG(ERROR) << "Failed to mark current boot as successful.";
1364 MessageLoop::current()->PostTask(
/system/weaved/buffet/
H A Dbuffet_config.cc208 base::MessageLoop::current()->PostTask(
H A Dmanager.cc152 // the current value. In this case also adds the appropriate notification ID
172 brillo::MessageLoop::current()->PostDelayedTask(from_here, task, delay);
/system/connectivity/shill/net/
H A Dnetlink_manager.cc322 // IO handler will be installed to the current message loop.
569 MessageLoop::current()->PostDelayedTask(
690 return; // Skip current message, continue parsing buffer.
837 MessageLoop::current()->PostDelayedTask(
/system/core/adb/
H A Dshell_service.cpp251 char** current = environ; local
252 while (char* env_cstr = *current++) {
H A Dfile_sync_client.cpp327 // If we're transferring multiple files, we want to know how far through the current
643 // Add the current directory to the list if it was empty, to ensure that
816 // Add an entry for the current directory to ensure it gets created before pulling its contents.
857 copyinfo current = dirlist.back();
859 if (!remote_build_list(sc, file_list, current.rpath, current.lpath)) {
H A Dsysdeps_win32.cpp582 // msg for the current value of errno, so set errno to a consistent
2445 // Current_after points one byte past the current byte to be examined.
2447 const char* const current = current_after - 1; local
2448 const char ch = *current;
2457 const size_t bytes_available = last - current;
2460 // preceding the current incomplete UTF-8 sequence and append the remaining bytes
2462 remaining_bytes->insert(remaining_bytes->end(), current, last);
2463 return current - first;
2701 // each byte which is not UTF-8 aware, and theoretically uses the current C
2796 // Version of getcwd() that returns the current workin
[all...]
/system/tpm/tpm_manager/client/
H A Dmain.cc59 Prints the current status of the Tpm.
215 base::MessageLoop::current()->PostTask(FROM_HERE, task);
/system/tpm/trunks/
H A Dtpm_generated_test.cc299 base::MessageLoop::current()->PostTask(FROM_HERE,
/system/core/logd/
H A DLogBuffer.cpp176 // threads to dump their current content.
425 uint64_t current = element->getRealTime().nsec() local
430 && (current > mapElement->getRealTime().nsec())) {
/system/tpm/attestation/client/
H A Dmain.cc267 base::MessageLoop::current()->PostTask(FROM_HERE, task);
/system/update_engine/common/
H A Dutils.cc133 // If |path| is absolute, or explicit relative to the current working directory,
941 brillo::MessageLoop::current()->PostTask(

Completed in 366 milliseconds

1234