Searched defs:buildRes2 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 745 int buildRes2 = OH_UdmfRecord_AddPlainText(&record1, nullptr); variable 771 int buildRes2 = OH_UdmfRecord_GetPlainText(&record1, nullptr); variable 824 int buildRes2 = OH_UdmfRecord_AddHyperlink(&record1, nullptr); variable 850 int buildRes2 = OH_UdmfRecord_GetHyperlink(&record1, nullptr); variable 903 int buildRes2 = OH_UdmfRecord_AddHtml(&record1, nullptr); variable 929 int buildRes2 = OH_UdmfRecord_GetHtml(&record1, nullptr); variable 982 int buildRes2 = OH_UdmfRecord_AddAppItem(&record1, nullptr); variable 1008 int buildRes2 = OH_UdmfRecord_GetAppItem(&record1, nullptr); variable 1390 int buildRes2 = OH_UdmfRecord_AddArrayBuffer(&record1, nullptr, nullptr); variable 1428 int buildRes2 = OH_UdmfRecord_GetArrayBuffer(&record1, nullptr, nullptr); variable
|