/system/update_engine/common/ |
D | prefs_unittest.cc | 269 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 273 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 296 prefs_.Delete(kKey); in TEST_F() 310 prefs_.Delete(kKey); in TEST_F() 336 EXPECT_FALSE(prefs_.Delete(kInvalidKey)); in TEST_F()
|
D | mock_prefs.h | 42 MOCK_METHOD1(Delete, bool(const std::string& key));
|
D | prefs_interface.h | 80 virtual bool Delete(const std::string& key) = 0;
|
D | prefs.h | 53 bool Delete(const std::string& key) override;
|
D | fake_prefs.h | 50 bool Delete(const std::string& key) override;
|
D | prefs.cc | 105 bool Prefs::Delete(const string& key) { in Delete() function in chromeos_update_engine::Prefs
|
D | fake_prefs.cc | 95 bool FakePrefs::Delete(const string& key) { in Delete() function in chromeos_update_engine::FakePrefs
|
/system/keymaster/ |
D | operation_table.h | 44 bool Delete(keymaster_operation_handle_t);
|
D | android_keymaster.cpp | 304 operation_table_->Delete(request.op_handle); in UpdateOperation() 314 operation_table_->Delete(request.op_handle); in UpdateOperation() 333 operation_table_->Delete(request.op_handle); in FinishOperation() 340 operation_table_->Delete(request.op_handle); in FinishOperation() 355 operation_table_->Delete(request.op_handle); in AbortOperation()
|
D | operation_table.cpp | 75 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { in Delete() function in keymaster::OperationTable
|
/system/tpm/attestation/server/ |
D | mock_key_store.cc | 27 ON_CALL(*this, Delete(_, _)).WillByDefault(Return(true)); in MockKeyStore()
|
D | key_store.h | 49 virtual bool Delete(const std::string& username,
|
D | mock_key_store.h | 40 MOCK_METHOD2(Delete, bool(const std::string& username,
|
D | pkcs11_key_store.h | 57 bool Delete(const std::string& username,
|
D | pkcs11_key_store_test.cc | 345 EXPECT_TRUE(key_store.Delete(kDefaultUser, "test2")); in TEST_F() 370 EXPECT_TRUE(key_store.Delete("", "test2")); in TEST_F() 424 EXPECT_FALSE(key_store.Delete(kDefaultUser, "test")); in TEST_F()
|
D | pkcs11_key_store.cc | 140 if (!Delete(username, key_name)) { in Write() 192 bool Pkcs11KeyStore::Delete(const std::string& username, in Delete() function in attestation::Pkcs11KeyStore
|
D | attestation_service.cc | 791 key_store_->Delete(username, key_label); in DeleteKey()
|
/system/update_engine/ |
D | payload_state.cc | 650 prefs_->Delete(kPrefsAttemptInProgress); in ClearPersistedAttemptMetrics() 711 prefs_->Delete(kPrefsUpdateTimestampStart); in CollectAndReportSuccessfulUpdateMetrics() 712 prefs_->Delete(kPrefsUpdateDurationUptime); in CollectAndReportSuccessfulUpdateMetrics() 772 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion); in ResetRollbackVersion() 900 prefs_->Delete(kPrefsWallClockWaitPeriod); in SetScatteringWaitPeriod() 1232 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted() 1277 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded() 1278 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded() 1280 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ReportFailedBootIfNeeded() 1312 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ResetUpdateStatus()
|
D | update_attempter.cc | 561 prefs_->Delete(kPrefsWallClockWaitPeriod); in CalculateScatteringParams() 562 prefs_->Delete(kPrefsUpdateCheckCount); in CalculateScatteringParams() 956 prefs_->Delete(kPrefsUpdateCheckCount); in ProcessingDone() 958 prefs_->Delete(kPrefsUpdateFirstSeenAt); in ProcessingDone() 1160 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus() 1161 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value; in ResetStatus() 1498 prefs_->Delete(kPrefsUpdateCheckCount); in DecrementUpdateCheckCount()
|
D | update_attempter_android.cc | 228 bool ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId); in ResetStatus()
|
D | omaha_request_action.cc | 575 prefs->Delete(kPrefsInstallDateDays); in GetInstallDate() 1375 return system_state_->prefs()->Delete(prefs_key); in PersistCohortData()
|
/system/connectivity/shill/ |
D | resolver_unittest.cc | 64 ASSERT_TRUE(temp_dir_.Delete()); in TearDown()
|
/system/sepolicy/ |
D | drmserver.te | 35 # Delete old socket file if present.
|
/system/update_engine/update_manager/ |
D | real_updater_provider_unittest.cc | 394 fake_prefs_.Delete(chromeos_update_engine::kPrefsP2PEnabled); in TEST_F()
|
/system/connectivity/shill/vpn/ |
D | l2tp_ipsec_driver_unittest.cc | 85 ASSERT_TRUE(temp_dir_.Delete()); in TearDown()
|