Home
last modified time | relevance | path

Searched refs:getRes (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Dudmf_ndk_test.cpp151 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData); in OH_Udmf_SetAndGetUnifiedData001() local
152 NAPI_ASSERT(env, getRes == UDMF_E_OK, "OH_Udmf_GetUnifiedData is fail."); in OH_Udmf_SetAndGetUnifiedData001()
190 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData); in OH_Udmf_SetAndGetUnifiedData002() local
191 NAPI_ASSERT(env, getRes == UDMF_E_OK, "OH_Udmf_GetUnifiedData is fail."); in OH_Udmf_SetAndGetUnifiedData002()
251 int getRes = OH_UdmfRecord_GetGeneralEntry(record, typeId, &getEntry, &getCount); in OH_Udmf_AddAndGetGeneralEntry001() local
258 napi_create_int32(env, (addRes1 == UDMF_E_OK) &&(getRes == UDMF_E_OK) && (getCount == count) in OH_Udmf_AddAndGetGeneralEntry001()
279 int getRes = OH_UdmfRecord_GetPlainText(record1, plainText2); in OH_Udmf_BuildAndGetPlainTextFromRecord001() local
280 NAPI_ASSERT(env, getRes == UDMF_E_OK, "OH_UdmfRecord_GetPlainText is fail."); in OH_Udmf_BuildAndGetPlainTextFromRecord001()
306 int getRes = OH_UdmfRecord_GetHyperlink(record1, hyperlink2); in OH_Udmf_BuildAndGetHyperlinkFromRecord001() local
307 NAPI_ASSERT(env, getRes in OH_Udmf_BuildAndGetHyperlinkFromRecord001()
334 int getRes = OH_UdmfRecord_GetHtml(record1, html2); OH_Udmf_BuildAndGetHtmlFromRecord001() local
361 int getRes = OH_UdmfRecord_GetAppItem(record1, appItem2); OH_Udmf_BuildAndGetAppItemFromRecord001() local
[all...]
H A Dnapi_init.cpp521 int getRes = OH_UdmfRecord_GetArrayBuffer(record1, type2, buffer2); in OH_UdmfRecord_GetArrayBuffer001() local
524 napi_create_int32(env, buildRes == UDMF_E_OK && getRes == UDMF_E_INVALID_PARAM, &returnCode); in OH_UdmfRecord_GetArrayBuffer001()
542 int getRes = OH_UdmfRecord_GetArrayBuffer(record1, type1, buffer2); in OH_UdmfRecord_GetArrayBuffer002() local
545 napi_create_int32(env, buildRes == UDMF_E_OK && getRes == UDMF_E_OK, &returnCode); in OH_UdmfRecord_GetArrayBuffer002()
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/
H A Dnapi_init.cpp545 int getRes = OH_UdmfRecord_GetGeneralEntry(getRecords[0], typeId, &getEntry, &getCount); in OH_Pasteboard_GetData0300() local
546 NAPI_ASSERT(env, getRes == ERR_OK, "OH_getRecords is fail"); in OH_Pasteboard_GetData0300()

Completed in 6 milliseconds