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

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc110 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true.
117 void FilesystemVerifierAction::Cleanup(ErrorCode code) { function in class:chromeos_update_engine::FilesystemVerifierAction
135 Cleanup(ErrorCode::kNewRootfsVerificationError);
137 Cleanup(ErrorCode::kSuccess);
160 return Cleanup(ErrorCode::kFilesystemVerifierError);
171 return Cleanup(ErrorCode::kFilesystemVerifierError);
201 Cleanup(ErrorCode::kError);
213 Cleanup(ErrorCode::kError);
220 return Cleanup(ErrorCode::kError);
227 return Cleanup(ErrorCod
[all...]
H A Dfilesystem_verifier_action.h59 // Used for testing. Return true if Cleanup() has not yet been called due
93 void Cleanup(ErrorCode code);
H A Dpostinstall_runner_action.h86 // Cleanup the setup made when running postinstall for a given partition.
89 void Cleanup();
H A Dpostinstall_runner_action.cc265 void PostinstallRunnerAction::Cleanup() { function in class:chromeos_update_engine::PostinstallRunnerAction
285 Cleanup();
370 Cleanup();
/system/bt/
H A DAndroid.mk49 # Cleanup our locals
/system/connectivity/shill/vpn/
H A Dl2tp_ipsec_driver.h73 FRIEND_TEST(L2TPIPSecDriverTest, Cleanup);
116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
H A Dthird_party_vpn_driver.cc102 Cleanup(Service::kStateIdle, Service::kFailureUnknown,
160 Cleanup(Service::kStateFailure, Service::kFailureUnknown,
411 void ThirdPartyVpnDriver::Cleanup(Service::ConnectState state, function in class:shill::ThirdPartyVpnDriver
462 Cleanup(Service::kStateFailure, Service::kFailureInternal,
484 Cleanup(Service::kStateFailure, Service::kFailureInternal,
504 Cleanup(Service::kStateIdle, Service::kFailureUnknown,
514 Cleanup(Service::kStateFailure, Service::kFailureInternal,
523 Cleanup(Service::kStateFailure, Service::kFailureConnect,
H A Dl2tp_ipsec_driver.cc183 Cleanup(Service::kStateIdle, Service::kFailureUnknown);
187 Cleanup(Service::kStateFailure, failure);
190 void L2TPIPSecDriver::Cleanup(Service::ConnectState state, function in class:shill::L2TPIPSecDriver
H A Dthird_party_vpn_driver.h105 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure,
H A Dopenvpn_driver.h137 FRIEND_TEST(OpenVPNDriverTest, Cleanup);
231 void Cleanup(Service::ConnectState state,
H A Dopenvpn_driver.cc187 Cleanup(Service::kStateIdle,
194 Cleanup(Service::kStateFailure, failure, error_details);
197 void OpenVPNDriver::Cleanup(Service::ConnectState state, function in class:shill::OpenVPNDriver
H A Dopenvpn_driver_unittest.cc1168 TEST_F(OpenVPNDriverTest, Cleanup) {
1170 driver_->Cleanup(Service::kStateIdle,
1190 // Stop will be called twice -- once by Cleanup and once by the destructor.
1201 driver_->Cleanup(
H A Dl2tp_ipsec_driver_unittest.cc250 TEST_F(L2TPIPSecDriverTest, Cleanup) {
265 driver_->FailService(Service::kFailureBadPassphrase); // Trigger Cleanup.

Completed in 533 milliseconds