/packages/modules/Connectivity/service/jni/ |
D | com_android_server_TestNetworkService.cpp | 53 static void throwException(JNIEnv* env, int error, const char* action, const char* iface) { in throwException() function 63 throwException(env, errno, "set carrier", iface); in setTunTapCarrierEnabledImpl() 78 throwException(env, EOPNOTSUPP, "IFF_NO_CARRIER not supported", ifr.ifr_name); in createTunTapImpl() 85 throwException(env, errno, "allocating", ifr.ifr_name); in createTunTapImpl() 95 throwException(env, errno, "set IFF_MULTICAST", ifr.ifr_name); in createTunTapImpl() 110 throwException(env, errno, "read flags", iface); in bringUpInterfaceImpl() 115 throwException(env, errno, "set IFF_UP", iface); in bringUpInterfaceImpl()
|
/packages/modules/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 111 static void throwException(JNIEnv* env, const std::string& error) { in throwException() function 125 throwException(env, "pcap_open_dead failed"); in com_android_server_ApfTest_compileToBpf() 132 throwException(env, "pcap_compile failed"); in com_android_server_ApfTest_compileToBpf() 164 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error)); in com_android_server_ApfTest_compareBpfApf() 172 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error)); in com_android_server_ApfTest_compareBpfApf() 179 throwException(env, "pcap_compile failed"); in com_android_server_ApfTest_compareBpfApf() 185 throwException(env, "pcap_setfilter failed"); in com_android_server_ApfTest_compareBpfApf() 243 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error)); in com_android_server_ApfTest_dropsAllPackets()
|
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/ |
D | SettingsShimImpl.java | 52 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument 54 throwException); in checkAndNoteWriteSettingsOperation()
|
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/ |
D | SettingsShimImpl.java | 53 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument 55 callingAttributionTag, throwException); in checkAndNoteWriteSettingsOperation()
|
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/ |
D | AdServicesTestCase.java | 125 boolean throwException = in throwExceptionInBgAfterTest() 129 if (!throwException) { in throwExceptionInBgAfterTest()
|
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/testrunner/src/android/app/sdksandbox/testutils/testscenario/ |
D | SdkSandboxTestScenarioRunner.java | 134 String methodName, boolean throwException, Class<?>... parameterTypes) in findMethodOnTestInstance() argument 139 if (throwException) { in findMethodOnTestInstance()
|
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
D | SettingsShim.java | 34 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | MockTetheringService.java | 49 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringService.java | 314 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument 316 callingAttributionTag, throwException); in checkAndNoteWriteSettingsOperation()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | ConnectivityManager.java | 2962 boolean throwException) { in checkAndNoteWriteSettingsOperation() argument 2964 callingAttributionTag, throwException); in checkAndNoteWriteSettingsOperation()
|