Searched refs:OH_UdsArrayBuffer_GetData (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | uds.h | 677 int OH_UdsArrayBuffer_GetData(OH_UdsArrayBuffer* buffer, unsigned char** data, unsigned int* len);
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | uds_test.cpp | 1014 * @tc.desc: Normal testcase of OH_UdsArrayBuffer_GetData
1031 int ret = OH_UdsArrayBuffer_GetData(buffer, &getData, &getLen);
in HWTEST_F() 1038 EXPECT_EQ(UDMF_E_INVALID_PARAM, OH_UdsArrayBuffer_GetData(bufferNullptr, &getData, &getLen));
in HWTEST_F() 1042 EXPECT_EQ(UDMF_E_INVALID_PARAM, OH_UdsArrayBuffer_GetData(bufferNullptr, &getData, &getLen));
in HWTEST_F() 1075 int ret = OH_UdsArrayBuffer_GetData(buffer, &getData, &getLen);
in HWTEST_F()
|
H A D | udmf_test.cpp | 1489 int getRes3 = OH_UdsArrayBuffer_GetData(buffer2, &getData, &getLen);
in HWTEST_F()
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 622 int ret = OH_UdsArrayBuffer_GetData(buffer, &entry, &size);
in OH_UdmfRecord_AddArrayBuffer()
|
H A D | uds.cpp | 541 int OH_UdsArrayBuffer_GetData(OH_UdsArrayBuffer* buffer, unsigned char** data, unsigned int* len)
in OH_UdsArrayBuffer_GetData() function
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | ndk_data_conversion_test.cpp | 503 OH_UdsArrayBuffer_GetData(arrayBuffer, &getEntry, &getCount);
in HWTEST_F()
|
Completed in 11 milliseconds