Lines Matching refs:getLen
1030 unsigned int getLen;
1031 int ret = OH_UdsArrayBuffer_GetData(buffer, &getData, &getLen);
1033 ASSERT_EQ(len, getLen);
1034 ASSERT_TRUE(CheckUnsignedChar(data, getData, getLen));
1038 EXPECT_EQ(UDMF_E_INVALID_PARAM, OH_UdsArrayBuffer_GetData(bufferNullptr, &getData, &getLen));
1042 EXPECT_EQ(UDMF_E_INVALID_PARAM, OH_UdsArrayBuffer_GetData(bufferNullptr, &getData, &getLen));
1074 unsigned int getLen;
1075 int ret = OH_UdsArrayBuffer_GetData(buffer, &getData, &getLen);
1077 ASSERT_EQ(len, getLen);
1078 ASSERT_TRUE(CheckUnsignedChar(data, getData, getLen));