/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiKeyStoreTest.java | 111 mWifiKeyStore.removeKeys(mWifiEnterpriseConfig); in testRemoveKeysForAppInstalledCerts() 126 mWifiKeyStore.removeKeys(mWifiEnterpriseConfig); in testRemoveKeysForMixedInstalledCerts1() 141 mWifiKeyStore.removeKeys(mWifiEnterpriseConfig); in testRemoveKeysForMixedInstalledCerts2() 156 mWifiKeyStore.removeKeys(mWifiEnterpriseConfig); in testRemoveKeysForUserInstalledCerts() 230 mWifiKeyStore.removeKeys(savedNetwork.enterpriseConfig); in test_remove_empty_alias_enterprise_config() 231 mWifiKeyStore.removeKeys(suggestionNetwork.enterpriseConfig); in test_remove_empty_alias_enterprise_config()
|
H A D | WifiConfigManagerTest.java | 1032 verify(mWifiKeyStore, never()).removeKeys(any()); in testAddSingleSuggestionNetwork() 1292 verify(mWifiKeyStore, never()).removeKeys(any(WifiEnterpriseConfig.class)); in testRemovePasspointNetworkAddedByOther() 5802 verify(mWifiKeyStore, never()).removeKeys(any(WifiEnterpriseConfig.class)); in verifyRemovePasspointNetworkFromWifiConfigManager()
|
H A D | WifiNetworkSuggestionsManagerTest.java | 490 verify(mWifiKeyStore).removeKeys(networkSuggestion1.wifiConfiguration.enterpriseConfig); in testAddRemoveEnterpriseNetworkSuggestion()
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_vendor_test.cpp | 430 Status status = drmPlugin->removeKeys(sessionId); in TEST_P() 441 Status status = drmPlugin->removeKeys(sessionId); in TEST_P() 1125 void DrmHalVendorDecryptTest::removeKeys(SessionId sessionId) { in removeKeys() function in android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest 1126 auto res = drmPlugin->removeKeys(sessionId); in removeKeys() 1398 removeKeys(sessionId); in TEST_P()
|
H A D | drm_hal_clearkey_test.cpp | 429 Status status = drmPlugin->removeKeys(sessionId); in TEST_P() 438 Status status = drmPlugin->removeKeys(sessionId); in TEST_P()
|
/aosp12/hardware/interfaces/drm/1.0/default/ |
H A D | DrmPlugin.cpp | 116 Return<Status> DrmPlugin::removeKeys(const hidl_vec<uint8_t>& sessionId) { in removeKeys() function in android::hardware::drm::V1_0::implementation::DrmPlugin 117 return toStatus(mLegacyPlugin->removeKeys(toVector(sessionId))); in removeKeys()
|
H A D | DrmPlugin.h | 66 Return<Status> removeKeys(const hidl_vec<uint8_t>& sessionId) override;
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
H A D | drm_hal_vendor_test.h | 192 void removeKeys(SessionId sessionId);
|
/aosp12/frameworks/av/drm/mediadrm/plugins/mock/ |
H A D | MockDrmCryptoPlugin.h | 73 status_t removeKeys(Vector<uint8_t> const &keySetId);
|
H A D | MockDrmCryptoPlugin.cpp | 216 status_t MockDrmPlugin::removeKeys(Vector<uint8_t> const &keySetId) in removeKeys() function in android::MockDrmPlugin
|
/aosp12/frameworks/av/drm/libmediadrm/include/mediadrm/ |
H A D | IDrm.h | 72 virtual status_t removeKeys(Vector<uint8_t> const &keySetId) = 0;
|
H A D | DrmHal.h | 100 virtual status_t removeKeys(Vector<uint8_t> const &keySetId);
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
H A D | DrmPlugin.h | 65 virtual status_t removeKeys(const Vector<uint8_t>& sessionId) { in removeKeys() function
|
/aosp12/frameworks/native/headers/media_plugin/media/drm/ |
H A D | DrmAPI.h | 257 virtual status_t removeKeys(Vector<uint8_t> const &sessionId) = 0;
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiKeyStore.java | 218 public void removeKeys(WifiEnterpriseConfig config) { in removeKeys() method in WifiKeyStore
|
H A D | WifiNetworkSuggestionsManager.java | 1272 mWifiKeyStore.removeKeys(ewns.wns.wifiConfiguration.enterpriseConfig); in removeInternal()
|
H A D | WifiConfigManager.java | 1556 mWifiKeyStore.removeKeys(config.enterpriseConfig); in removeNetworkInternal()
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkMediaDrm.cpp | 532 status = mObj->mDrm->removeKeys(keySet); in AMediaDrm_removeKeys() 534 status = mObj->mDrm->removeKeys(*iter); in AMediaDrm_removeKeys()
|
/aosp12/frameworks/av/drm/libmediadrm/fuzzer/ |
H A D | mediadrm_fuzzer.cpp | 289 mDrm->removeKeys(mSessionId); in invokeDrmDecryptEncryptAPI()
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
H A D | DrmPlugin.h | 112 Return<Status> removeKeys(const hidl_vec<uint8_t>& sessionId) { in removeKeys() function
|
/aosp12/frameworks/av/drm/libmediadrm/ |
H A D | DrmHal.cpp | 838 status_t DrmHal::removeKeys(Vector<uint8_t> const &keySetId) { in removeKeys() function in android::DrmHal 842 Return<Status> status = mPlugin->removeKeys(toHidlVec(keySetId)); in removeKeys()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaDrm.java | 1675 public native void removeKeys(@NonNull byte[] sessionId);
|
/aosp12/hardware/interfaces/drm/1.0/ |
H A D | IDrmPlugin.hal | 138 removeKeys(SessionId sessionId) generates (Status status);
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaDrm.cpp | 1241 status_t err = drm->removeKeys(keySetId); in android_media_MediaDrm_removeKeys()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |