Searched refs:newLen (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/applications/kitframework_ipcamera/ |
H A D | kitfwk_oem_api_test.cpp | 169 uint32_t newLen = 0;
in HWTEST_F() local 170 ret = OEMGetAuthStatusFileSize(&newLen);
in HWTEST_F() 173 ASSERT_EQ(len, newLen) << "Failed: length not match!" << "\n";
in HWTEST_F() 182 uint32_t newLen = 0;
in HWTEST_F() local 183 ret = OEMGetAuthStatusFileSize(&newLen);
in HWTEST_F() 185 ASSERT_EQ(len, newLen) << "Failed: length not match!" << "\n";
in HWTEST_F() 218 uint32_t newLen = 0;
in HWTEST_F() local 219 ret = OEMGetTicketFileSize(&newLen);
in HWTEST_F() 221 ASSERT_EQ(len, newLen) << "length not match!" << "\n";
in HWTEST_F() 230 uint32_t newLen in HWTEST_F() local [all...] |
/test/xts/acts/applications/kitframework/ |
H A D | kitfwk_oem_api_test.c | 176 uint32_t newLen = 0;
variable 177 ret = OEMGetAuthStatusFileSize(&newLen);
180 TEST_ASSERT_EQUAL_INT_MESSAGE(len, newLen, "Failed: length not match!");
189 uint32_t newLen = 0;
variable 190 ret = OEMGetAuthStatusFileSize(&newLen);
192 TEST_ASSERT_EQUAL_INT_MESSAGE(len, newLen, "Failed: length not match!");
226 uint32_t newLen = 0;
variable 227 ret = OEMGetTicketFileSize(&newLen);
229 TEST_ASSERT_EQUAL_INT_MESSAGE(len, newLen, "length not match!");
238 uint32_t newLen variable [all...] |
/test/xts/device_attest/services/core/network/ |
H A D | attest_network.c | 525 int newLen = sprintf_s(reqHeadData, headerMaxLen, HTTPS_POST_FORMAT, FILL_HTTPS_POST_FORMAT_ARGS(msgHttpPack)); in BuildHttpsHead() local 528 if (newLen <= 0) { in BuildHttpsHead()
|
Completed in 4 milliseconds