Home
last modified time | relevance | path

Searched refs:v2 (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/byteBuffer/
H A Dbyte_buffer_test.cpp111 uint16_t v2; in HWTEST_F() local
112 ASSERT_FALSE(buffer.GetUInt16(v2)); in HWTEST_F()
/developtools/hiperf/include/
H A Dperf_event_record.h463 void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2);
469 void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_verify_test.cpp122 VerifyHap v2; in HWTEST_F() local
125 ASSERT_FALSE(v2.CheckFilePath(filePath, standardFilePath)); in HWTEST_F()
139 VerifyHap v2; in HWTEST_F() local
142 ASSERT_FALSE(v2.GetDigestAndAlgorithm(digest)); in HWTEST_F()
/developtools/hiperf/src/
H A Dperf_event_record.cpp127 inline void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2() argument
132 *(reinterpret_cast<T2 *>(p)) = v2; in PushToBinary2()
147 inline void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2) in PopFromBinary2() argument
152 v2 = *(reinterpret_cast<const T2 *>(p)); in PopFromBinary2()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h39364 struct fscrypt_policy_v2 v2; member
42980 struct fscrypt_context_v2 v2; member
43060 struct fscrypt_policy_v2 v2; member
64849 long unsigned int v2; global() member
65032 uint32_t v2; global() member
65042 uint64_t v2; global() member
[all...]

Completed in 411 milliseconds