/system/netd/libnetdutils/include/netdutils/ |
D | Misc.h | 37 class Cleanup { 39 Cleanup() = delete; 40 explicit Cleanup(FnT fn) : mFn(fn) {} in Cleanup() function 41 ~Cleanup() { if (!mReleased) mFn(); } in ~Cleanup() 56 Cleanup<FnT> makeCleanup(FnT fn) { in makeCleanup() 57 return Cleanup<FnT>(fn); in makeCleanup()
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.cc | 69 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true. in TerminateProcessing() 72 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup() function in chromeos_update_engine::FilesystemVerifierAction 102 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing() 107 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing() 136 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing() 152 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing() 163 Cleanup(ErrorCode::kVerityCalculationError); in StartPartitionHashing() 204 Cleanup(ErrorCode::kError); in ScheduleRead() 210 Cleanup(ErrorCode::kError); in OnReadDoneCallback() 217 Cleanup(ErrorCode::kFilesystemVerifierError); in OnReadDoneCallback() [all …]
|
D | postinstall_runner_action.cc | 286 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction 304 Cleanup(); in CompletePartitionPostinstall() 411 Cleanup(); in TerminateProcessing()
|
D | filesystem_verifier_action.h | 105 void Cleanup(ErrorCode code);
|
D | postinstall_runner_action.h | 91 void Cleanup();
|
/system/bt/btif/avrcp/ |
D | avrcp_service.h | 57 void Cleanup(); 75 bool Cleanup() override;
|
D | avrcp_service.cc | 309 void AvrcpService::Cleanup() { in Cleanup() function in bluetooth::avrcp::AvrcpService 429 bool AvrcpService::ServiceInterfaceImpl::Cleanup() { in Cleanup() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl 441 base::Bind(&AvrcpService::Cleanup, base::Owned(instance_))); in Cleanup()
|
/system/bt/include/hardware/ |
D | bt_hearing_aid.h | 69 virtual void Cleanup(void) = 0;
|
D | bluetooth_headset_interface.h | 212 virtual void Cleanup() = 0;
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.h | 37 void Cleanup() override;
|
D | dynamic_partition_control_stub.cc | 43 void DynamicPartitionControlStub::Cleanup() {} in Cleanup() function in chromeos_update_engine::DynamicPartitionControlStub
|
D | dynamic_partition_control_interface.h | 73 virtual void Cleanup() = 0;
|
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 89 bool Cleanup(); 125 return Cleanup(); in Run() 167 if (!Cleanup()) { in Create() 227 bool PowerTest::Cleanup() { in Cleanup() function in android::snapshot::PowerTest
|
D | snapshot_test.cpp | 91 void Cleanup() { in Cleanup() function in android::snapshot::SnapshotTest 776 Cleanup(); in SetUp() 837 Cleanup(); in TearDown() 840 void Cleanup() { in Cleanup() function in android::snapshot::SnapshotUpdateTest 1897 SnapshotUpdateTest().Cleanup(); in main() 1898 SnapshotTest().Cleanup(); in main()
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | rs.te | 14 # Cleanup app_exec_data_file files in the app home directory.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | rs.te | 14 # Cleanup app_exec_data_file files in the app home directory.
|
/system/sepolicy/private/ |
D | rs.te | 14 # Cleanup app_exec_data_file files in the app home directory.
|
/system/update_engine/ |
D | mock_dynamic_partition_control.h | 43 MOCK_METHOD(void, Cleanup, (), (override));
|
D | dynamic_partition_control_android.h | 42 void Cleanup() override;
|
D | dynamic_partition_control_android.cc | 88 Cleanup(); in ~DynamicPartitionControlAndroid() 275 void DynamicPartitionControlAndroid::Cleanup() { in Cleanup() function in chromeos_update_engine::DynamicPartitionControlAndroid
|
D | update_attempter_android.cc | 677 boot_control_->GetDynamicPartitionControl()->Cleanup(); in TerminateUpdateAndNotify()
|
/system/bt/btif/src/ |
D | btif_hearing_aid.cc | 127 void Cleanup(void) override { in Cleanup() function in __anon547f3a460211::HearingAidInterfaceImpl
|
D | btif_av.cc | 230 void Cleanup(); 363 void Cleanup(); 550 void Cleanup(); 918 void BtifAvPeer::Cleanup() { in Cleanup() function in BtifAvPeer 990 void BtifAvSource::Cleanup() { in Cleanup() function in BtifAvSource 1106 peer->Cleanup(); in DeletePeer() 1119 peer->Cleanup(); in DeleteIdlePeers() 1129 peer->Cleanup(); in CleanupAllPeers() 1193 void BtifAvSink::Cleanup() { in Cleanup() function in BtifAvSink 1312 peer->Cleanup(); in DeletePeer() [all …]
|
D | btif_hf.cc | 741 void Cleanup() override; 1359 void HeadsetInterface::Cleanup() { in Cleanup() function in bluetooth::headset::HeadsetInterface
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 181 virtual bool Cleanup() = 0;
|