Home
last modified time | relevance | path

Searched refs:Cleanup (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc110 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true. in TerminateProcessing()
117 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup() function in chromeos_update_engine::FilesystemVerifierAction
135 Cleanup(ErrorCode::kNewRootfsVerificationError); in StartPartitionHashing()
137 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing()
160 return Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
171 return Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
201 Cleanup(ErrorCode::kError); in ScheduleRead()
213 Cleanup(ErrorCode::kError); in OnReadDoneCallback()
220 return Cleanup(ErrorCode::kError); in OnReadDoneCallback()
227 return Cleanup(ErrorCode::kFilesystemVerifierError); in OnReadDoneCallback()
[all …]
Dpostinstall_runner_action.cc265 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction
285 Cleanup(); in CompletePartitionPostinstall()
363 Cleanup(); in TerminateProcessing()
Dfilesystem_verifier_action.h93 void Cleanup(ErrorCode code);
Dpostinstall_runner_action.h92 void Cleanup();
/system/connectivity/shill/vpn/
Dthird_party_vpn_driver.cc102 Cleanup(Service::kStateIdle, Service::kFailureUnknown, in ~ThirdPartyVpnDriver()
160 Cleanup(Service::kStateFailure, Service::kFailureUnknown, in UpdateConnectionState()
411 void ThirdPartyVpnDriver::Cleanup(Service::ConnectState state, in Cleanup() function in shill::ThirdPartyVpnDriver
462 Cleanup(Service::kStateFailure, Service::kFailureInternal, in Connect()
484 Cleanup(Service::kStateFailure, Service::kFailureInternal, in ClaimInterface()
504 Cleanup(Service::kStateIdle, Service::kFailureUnknown, in Disconnect()
514 Cleanup(Service::kStateFailure, Service::kFailureInternal, in OnConnectionDisconnected()
523 Cleanup(Service::kStateFailure, Service::kFailureConnect, in OnConnectTimeout()
Dl2tp_ipsec_driver.h73 FRIEND_TEST(L2TPIPSecDriverTest, Cleanup);
116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
Dl2tp_ipsec_driver.cc183 Cleanup(Service::kStateIdle, Service::kFailureUnknown); in IdleService()
187 Cleanup(Service::kStateFailure, failure); in FailService()
190 void L2TPIPSecDriver::Cleanup(Service::ConnectState state, in Cleanup() function in shill::L2TPIPSecDriver
Dopenvpn_driver.h137 FRIEND_TEST(OpenVPNDriverTest, Cleanup);
231 void Cleanup(Service::ConnectState state,
Dthird_party_vpn_driver.h105 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure,
Dopenvpn_driver.cc187 Cleanup(Service::kStateIdle, in IdleService()
194 Cleanup(Service::kStateFailure, failure, error_details); in FailService()
197 void OpenVPNDriver::Cleanup(Service::ConnectState state, in Cleanup() function in shill::OpenVPNDriver
Dopenvpn_driver_unittest.cc1168 TEST_F(OpenVPNDriverTest, Cleanup) { in TEST_F() argument
1170 driver_->Cleanup(Service::kStateIdle, in TEST_F()
1201 driver_->Cleanup( in TEST_F()
Dl2tp_ipsec_driver_unittest.cc250 TEST_F(L2TPIPSecDriverTest, Cleanup) { in TEST_F() argument