Searched defs:buildRes3 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 749 int buildRes3 = OH_UdmfRecord_AddPlainText(record2, nullptr); variable 775 int buildRes3 = OH_UdmfRecord_GetPlainText(record2, nullptr); variable 828 int buildRes3 = OH_UdmfRecord_AddHyperlink(record2, nullptr); variable 854 int buildRes3 = OH_UdmfRecord_GetHyperlink(record2, nullptr); variable 907 int buildRes3 = OH_UdmfRecord_AddHtml(record2, nullptr); variable 933 int buildRes3 = OH_UdmfRecord_GetHtml(record2, nullptr); variable 986 int buildRes3 = OH_UdmfRecord_AddAppItem(record2, nullptr); variable 1012 int buildRes3 = OH_UdmfRecord_GetAppItem(record2, nullptr); variable 1394 int buildRes3 = OH_UdmfRecord_AddArrayBuffer(record2, nullptr, nullptr); variable 1432 int buildRes3 = OH_UdmfRecord_GetArrayBuffer(record2, nullptr, nullptr); variable
|