/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.cc | 110 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 …]
|
D | postinstall_runner_action.cc | 265 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction 285 Cleanup(); in CompletePartitionPostinstall() 363 Cleanup(); in TerminateProcessing()
|
D | filesystem_verifier_action.h | 93 void Cleanup(ErrorCode code);
|
D | postinstall_runner_action.h | 92 void Cleanup();
|
/system/connectivity/shill/vpn/ |
D | third_party_vpn_driver.cc | 102 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()
|
D | l2tp_ipsec_driver.h | 73 FRIEND_TEST(L2TPIPSecDriverTest, Cleanup); 116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
|
D | l2tp_ipsec_driver.cc | 183 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
|
D | openvpn_driver.h | 137 FRIEND_TEST(OpenVPNDriverTest, Cleanup); 231 void Cleanup(Service::ConnectState state,
|
D | third_party_vpn_driver.h | 105 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure,
|
D | openvpn_driver.cc | 187 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
|
D | openvpn_driver_unittest.cc | 1168 TEST_F(OpenVPNDriverTest, Cleanup) { in TEST_F() argument 1170 driver_->Cleanup(Service::kStateIdle, in TEST_F() 1201 driver_->Cleanup( in TEST_F()
|
D | l2tp_ipsec_driver_unittest.cc | 250 TEST_F(L2TPIPSecDriverTest, Cleanup) { in TEST_F() argument
|