Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 25 of 33) sorted by relevance

12

/system/netd/include/
DFwmark.h25 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/
DParcelableForToString.h25intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
28intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
31intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
34intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
37intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
40intValue, 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/
DParcelableForToString.h27 int32_t intValue = 0; variable
55intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
58intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
61intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
64intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
67intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
70intValue, intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteVa…
77 os << "intValue: " << ::android::internal::ToString(intValue); in toString()
/system/netd/server/
DRouteController.cpp470 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 …]
DFwmarkServer.cpp165 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()
DSockDiag.cpp248 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()
DTcpSocketMonitor.cpp90 mark.intValue, in tcpInfoPrint()
209 if (sockinfo == nullptr || tcpinfo == nullptr || tcpinfoLen == 0 || mark.intValue == 0) { in poll()
DNetdHwService.cpp76 _hidl_cb(netIdToNetHandle(netId), fwmark.intValue, toHalStatus(ret)); in createOemNetwork()
DNetworkController.cpp224 return fwmark.intValue; in getNetworkForDnsLocked()
255 return fwmark.intValue; in getNetworkForDnsLocked()
345 nc.app_mark = fwmark.intValue; in getNetworkContext()
DTetherController.cpp233 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()
DSockDiagTest.cpp361 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/
DParcelableForToString.rs3 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/
Daidl_test_client_loggable_interface.cpp64 int32_t intValue{44}; in TEST_F() local
86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp70 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/
DILoggableInterface.aidl7 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/
DILoggableInterface.java10 …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/
DParcelableForToString.aidl27 int intValue;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java7 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/
DBpLoggableInterface.h20 …eArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<in…
DILoggableInterface.h24 …eArray, char16_t charValue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<in…
/system/extras/verity/
DBootSignature.java108 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/
DParcelableForToString.cpp23 _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/
DParcelableForToString.cpp20 _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/
DILoggableInterface.cpp36 …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/
Dbinder_test.cpp306 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 …]

12