/system/netd/include/ |
D | Fwmark.h | 25 uint32_t intValue; member 33 constexpr Fwmark() : intValue(0) {} in Fwmark() 38 return m.intValue; in getUidBillingMask()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 28 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 31 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 34 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 37 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 40 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 43 int32_t intValue = int32_t(0); variable 75 os << "intValue: " << ::android::internal::ToString(intValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 27 int32_t intValue = 0; variable 55 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 58 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 61 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 64 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 67 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 70 …intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa… 77 os << "intValue: " << ::android::internal::ToString(intValue); in toString()
|
/system/netd/server/ |
D | RouteController.cpp | 470 RouteController::LOCAL_MANGLE_INPUT, interface, fwmark.intValue, mask); in modifyIncomingPacketMark() 514 fwmark.intValue, mask.intValue, IIF_LOOPBACK, OIF_NONE, uidStart, uidEnd); in modifyVpnUidRangeRule() 535 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority, table, fwmark.intValue, in modifyVpnSystemPermissionRule() 536 mask.intValue); in modifyVpnSystemPermissionRule() 562 RULE_PRIORITY_EXPLICIT_NETWORK + subPriority, table, fwmark.intValue, in modifyExplicitNetworkRule() 563 mask.intValue, IIF_LOOPBACK, OIF_NONE, uidStart, uidEnd); in modifyExplicitNetworkRule() 591 RULE_PRIORITY_OUTPUT_INTERFACE + subPriority, table, fwmark.intValue, in modifyOutputInterfaceRules() 592 mask.intValue, IIF_LOOPBACK, interface, uidStart, uidEnd); in modifyOutputInterfaceRules() 614 fwmark.intValue, mask.intValue, IIF_LOOPBACK, OIF_NONE, INVALID_UID, in modifyImplicitNetworkRule() 639 return modifyIpRule(action, RULE_PRIORITY_VPN_FALLTHROUGH, table, fwmark.intValue, in modifyVpnFallthroughRule() [all …]
|
D | FwmarkServer.cpp | 165 socklen_t fwmarkLen = sizeof(fwmark.intValue); in processClient() 166 if (getsockopt(*socketFd, SOL_SOCKET, SO_MARK, &fwmark.intValue, &fwmarkLen) == -1) { in processClient() 329 if (setsockopt(*socketFd, SOL_SOCKET, SO_MARK, &fwmark.intValue, in processClient() 330 sizeof(fwmark.intValue)) == -1) { in processClient()
|
D | SockDiag.cpp | 248 mark.intValue = *reinterpret_cast<uint32_t*>(RTA_DATA(attr)); in readDiagMsgWithTcpInfo() 499 netIdMark.intValue, netIdMask.intValue }, in destroySocketsLackingPermission() 505 controlMark.intValue, controlMark.intValue }, in destroySocketsLackingPermission()
|
D | TcpSocketMonitor.cpp | 90 mark.intValue, in tcpInfoPrint() 209 if (sockinfo == nullptr || tcpinfo == nullptr || tcpinfoLen == 0 || mark.intValue == 0) { in poll()
|
D | NetdHwService.cpp | 76 _hidl_cb(netIdToNetHandle(netId), fwmark.intValue, toHalStatus(ret)); in createOemNetwork()
|
D | NetworkController.cpp | 224 return fwmark.intValue; in getNetworkForDnsLocked() 255 return fwmark.intValue; in getNetworkForDnsLocked() 345 nc.app_mark = fwmark.intValue; in getNetworkContext()
|
D | TetherController.cpp | 233 snprintf(markStr, sizeof(markStr), "0x%x", fwmark.intValue); in startTethering() 380 std::string daemonCmd = StringPrintf("update_dns%s0x%x", SEPARATOR, fwmark.intValue); in setDnsForwarders() 384 ALOGD("setDnsForwarders(0x%x %d = '%s')", fwmark.intValue, i, servers[i]); in setDnsForwarders()
|
D | SockDiagTest.cpp | 361 return setsockopt(s, SOL_SOCKET, SO_MARK, &fwmark.intValue, sizeof(fwmark.intValue)); in modifySocketForTest()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 3 pub intValue: i32, field 31 intValue: 0, in default() 72 subparcel.write(&this.intValue)?; in serialize_option() 121 result.intValue = parcel.read()?; in deserialize_option()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 64 int32_t intValue{44}; in TEST_F() local 86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 70 int32_t intValue{44}; in TEST_F() local 91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 7 inout byte[] byteArray, char charValue, inout char[] charArray, int intValue, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …byte byteValue, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, … in LogThis() argument 163 …byte byteValue, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, … in LogThis() argument 177 _data.writeInt(intValue); in LogThis() 207 …gThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longVa… in LogThis() 254 …byte byteValue, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, … in LogThis() argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 27 int intValue;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 7 public int intValue = 0; field in ParcelableForToString 46 _aidl_parcel.writeInt(intValue); in writeToParcel() 99 intValue = _aidl_parcel.readInt(); in readFromParcel() 169 _aidl_sj.add("intValue: " + (intValue)); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …eArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<in…
|
D | ILoggableInterface.h | 24 …eArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<in…
|
/system/extras/verity/ |
D | BootSignature.java | 108 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in BootSignature() 181 if (length.getValue().intValue() != image.length) { in verify()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 23 _aidl_ret_status = AParcel_readInt32(parcel, &intValue); in readFromParcel() 189 _aidl_ret_status = AParcel_writeInt32(parcel, intValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 20 _aidl_ret_status = _aidl_parcel->readInt32(&intValue); in readFromParcel() 208 _aidl_ret_status = _aidl_parcel->writeInt32(intValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 …eArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<in… in LogThis() argument 51 _transaction_log.input_args.emplace_back("intValue", ::android::internal::ToString(intValue)); in LogThis() 96 _aidl_ret_status = _aidl_data.writeInt32(intValue); in LogThis() 158 …gThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longVa… in LogThis()
|
/system/netd/tests/ |
D | binder_test.cpp | 306 EXPECT_EQ(0, setsockopt(s, SOL_SOCKET, SO_MARK, &fwmark.intValue, sizeof(fwmark.intValue))); in testNetworkExistsButCannotConnect() 3350 socklen_t fwmarkLen = sizeof(fwmark->intValue); in sendIPv6PacketFromUid() 3351 EXPECT_NE(-1, getsockopt(testSocket, SOL_SOCKET, SO_MARK, &(fwmark->intValue), &fwmarkLen)); in sendIPv6PacketFromUid() 3382 socklen_t fwmarkLen = sizeof(fwmark->intValue); in sendIPv6PacketFromUidFail() 3383 EXPECT_NE(-1, getsockopt(s, SOL_SOCKET, SO_MARK, &(fwmark->intValue), &fwmarkLen)); in sendIPv6PacketFromUidFail() 3435 EXPECT_EQ(fallthroughNetId | 0xC0000, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks() 3437 EXPECT_EQ(fallthroughNetId | 0xC0000, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks() 3445 EXPECT_EQ(bypassable ? vpnNetId : fallthroughNetId, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks() 3449 EXPECT_EQ(bypassable ? vpnNetId : fallthroughNetId, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks() 3457 EXPECT_EQ(vpnNetId | 0xF0000, static_cast<int>(fwmark.intValue)); in expectVpnFallthroughWorks() [all …]
|