HomeSort by relevance Sort by last modified time
    Searched full:full_tag (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/net/native/qtaguid/src/
NativeQtaguidTest.cpp 31 uint64_t full_tag = (uint64_t)tag << 32 | uid;
33 snprintf(pattern, sizeof(pattern), " tag=0x%" PRIx64 " (uid=%" PRIu32 ")", full_tag, uid);
48 if (!(res == TOTAL_PARAM && k_tag == full_tag && k_uid == uid))
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 151 uint64_t full_tag = acct_tag | uid; local
152 std::string buff = android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid);
170 if (!(res == 5 && k_tag == full_tag && k_uid == uid)) {
  /test/vts-testcase/kernel/api/qtaguid/
SocketTagUserSpace.cpp 129 uint64_t full_tag = (acct_tag << 32) | uid; local
131 android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid);

Completed in 111 milliseconds