Home
last modified time | relevance | path

Searched refs:length1 (Results 1 - 2 of 2) sorted by relevance

/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp122 uint32_t length1 = infile1.tellg(); in CompareFileContent() local
129 if (length1 != length2) { in CompareFileContent()
134 for (uint32_t i = 0; i < length1 / FILE_BLOCK_SIZE; i++) { in CompareFileContent()
/base/sensors/sensor/test/unittest/interfaces/kits/
H A Dsensor_native_test.cpp231 uint32_t *length1 = nullptr; in HWTEST_F() local
232 ret = OH_SensorInfo_GetName(sensors[0], sensorName, length1); in HWTEST_F()
290 uint32_t *length1 = nullptr; in HWTEST_F() local
291 ret = OH_SensorInfo_GetVendorName(sensors[0], vendorName, length1); in HWTEST_F()

Completed in 4 milliseconds