/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 251 Drm_ErrCode ret2 = OH_MediaKeySystem_GenerateKeySystemRequest(drmKeySystem, requestData,&requestLen, defaultURLData, defaultURLDataLen);
in getCertificate() local 252 CHECK_RETURN((ret2 != DRM_ERR_OK), -2);
in getCertificate() 304 Drm_ErrCode ret2 = OH_MediaKeySession_ProcessMediaKeyResponse(mediaKeySession,responseData, responseLen, keyId, &keyIdLen);
in getLicense() local 305 CHECK_RETURN((ret2!=DRM_ERR_OK),-2);
in getLicense() 346 Drm_ErrCode ret2 = OH_MediaKeySystem_GetOfflineMediaKeyIds(drmKeySystem, &mediaKeyIds);
in GetOfflineMediaKeyIds() local 347 if ((ret2 == DRM_ERR_OK) && (mediaKeyIds.idsCount !=0)){
in GetOfflineMediaKeyIds() 520 Drm_ErrCode ret2 = OH_MediaKeySystem_Destroy(drmKeySystem);
in Test_MediaKeySystem_Create() local 521 ret = (ret2 == DRM_ERR_OK) ? DRM_ERR_OK:DRM_ERR_INVALID_VAL;
in Test_MediaKeySystem_Create() 562 Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationString(system_ptr, name_ptr, value_ptr);
in Test_MediaKeySystem_SetConfigurationString() local 566 if (ret2 in Test_MediaKeySystem_SetConfigurationString() 612 Drm_ErrCode ret2 = DRM_ERR_OK; Test_MediaKeySystem_GetConfigurationString() local 686 Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationByteArray(system_ptr, name_ptr, data_ptr, valueDataLen); Test_MediaKeySystem_SetConfigurationByteArray() local 734 Drm_ErrCode ret2 = DRM_ERR_OK; Test_MediaKeySystem_GetConfigurationByteArray() local 800 Drm_ErrCode ret2 = OH_MediaKeySystem_GetStatistics(system_ptr, statisticsData_ptr); Test_MediaKeySystem_GetStatistics() local 844 Drm_ErrCode ret2 = OH_MediaKeySystem_GetMaxContentProtectionLevel(system_ptr, level_ptr); Test_MediaKeySystem_GetMaxContentProtectionLevel() local 889 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(system_ptr, level_ptr, session_ptr); Test_CreateMediaKeySession() local 962 Drm_ErrCode ret2 = OH_MediaKeySystem_GenerateKeySystemRequest(system_ptr,request_ptr, requestLen_ptr, urlData_ptr, defaultUrlLen); Test_MediaKeySystem_GenerateKeySystemRequest() local 1063 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &contentProtectionLevel, &drmKeySession); Test_MediaKeySystem_GetOfflineMediaKeyIds() local 1130 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &level, &drmKeySession); Test_MediaKeySystem_GetOfflineMediaKeyStatus() local 1193 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&level, &mediaKeySession); Test_MediaKeySystem_ClearOfflineMediaKeys() local 1260 Drm_ErrCode ret2 = OH_MediaKeySystem_GetCertificateStatus(system_ptr, cerStatus_ptr); Test_MediaKeySystem_GetCertificateStatus() local 1293 Drm_ErrCode ret2 = DRM_ERR_INVALID_VAL; Test_MediaKeySystem_Destroy() local 1329 Drm_ErrCode ret2 = OH_MediaKeySystem_SetMediaKeySystemCallback(system_ptr, TestSystemCallBack); Test_MediaKeySystem_SetMediaKeySystemCallback() local 1441 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel , &drmKeySession); Test_MediaKeySession_GenerateMediaKeyRequest() local 1495 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_ProcessMediaKeyResponse() local 1563 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_CheckMediaKeyStatus() local 1621 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_ClearMediaKeys() local 1685 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_GetContentProtectionLevel() local 1754 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel,&drmKeySession); Test_MediaKeySession_RequireSecureDecoderModule() local 1816 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel,&drmKeySession); Test_MediaKeySession_SetMediaKeySessionCallback() local 1885 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_GenerateOfflineReleaseRequest() local 1957 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_ProcessOfflineReleaseResponse() local 2020 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_RestoreOfflineMediaKeys() local 2059 Drm_ErrCode ret2 = DRM_ERR_INVALID_VAL; Test_CreateMediaKeySession_multi() local 2101 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession); Test_MediaKeySession_ProcessOfflineReleaseResponse_multi() local 2132 Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationString(drmKeySystem, "version", "4500000"); Test_MediaKeySystem_SetConfigurationString_multi() local 2194 Drm_ErrCode ret2 = OH_MediaKeySystem_SetCallback(sys_ptr, callback_ptr); // DRM_ERR_OK; // SDK12 Test_MediaKeySystem_SetCallback() local 2271 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel,&drmKeySession); Test_MediaKeySession_SetCallback() local [all...] |
/test/xts/hats/hdf/wlan/wifi/hal/ |
H A D | wifi_hal_startandstop.cpp | 64 int ret1, ret2; in HWTEST_F() local 69 ret2 = g_wifi->stop(nullptr); in HWTEST_F() 70 ASSERT_EQ(HDF_ERR_INVALID_PARAM, ret2); in HWTEST_F() 71 ret2 = g_wifi->stop(g_wifi); in HWTEST_F() 72 ASSERT_EQ(HDF_SUCCESS, ret2); in HWTEST_F()
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | ConsumerSurfaceTest.cpp | 93 GSError ret2 = OHOS::GSERROR_INVALID_ARGUMENTS; in HWTEST_F() local 97 auto func2 = [&ret2](const std::string& key, const std::string& value) { in HWTEST_F() 98 ret2 = OHOS::GSERROR_OK; in HWTEST_F() 107 ASSERT_EQ(ret2, OHOS::GSERROR_OK); in HWTEST_F() 111 ret2 = OHOS::GSERROR_INVALID_ARGUMENTS; in HWTEST_F() 117 ASSERT_EQ(ret2, OHOS::GSERROR_OK); in HWTEST_F() 121 ret2 = OHOS::GSERROR_INVALID_ARGUMENTS; in HWTEST_F() 126 ASSERT_EQ(ret2, OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
|
H A D | ProducerSurfaceTest.cpp | 94 GSError ret2 = OHOS::GSERROR_INVALID_ARGUMENTS; in HWTEST_F() local 98 auto func2 = [&ret2](const std::string& key, const std::string& value) { in HWTEST_F() 99 ret2 = OHOS::GSERROR_OK; in HWTEST_F() 108 ASSERT_EQ(ret2, OHOS::GSERROR_OK); in HWTEST_F() 112 ret2 = OHOS::GSERROR_INVALID_ARGUMENTS; in HWTEST_F() 118 ASSERT_EQ(ret2, OHOS::GSERROR_OK); in HWTEST_F() 122 ret2 = OHOS::GSERROR_INVALID_ARGUMENTS; in HWTEST_F() 127 ASSERT_EQ(ret2, OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
|
H A D | NativeVsyncTest.cpp | 139 int ret2 = OH_NativeVSync_RequestFrameWithMultiCallback(native_vsync, callback, data); in HWTEST_F() local 141 ASSERT_EQ(ret2, NATIVE_ERROR_OK); in HWTEST_F()
|
H A D | NativeImageTest.cpp | 1003 int32_t ret2 = OH_NativeImage_AcquireNativeWindowBuffer(image, &nativeWindowBuffer, &fenceFd); in HWTEST_F() local 1005 ASSERT_EQ(ret2, NATIVE_ERROR_INVALID_ARGUMENTS); in HWTEST_F() 1268 int32_t ret2 = OH_ConsumerSurface_SetDefaultUsage(image, UINT64_MAX - 1); in HWTEST_F() local 1269 ASSERT_EQ(ret2, NATIVE_ERROR_OK); in HWTEST_F() 1299 int32_t ret2 = OH_ConsumerSurface_SetDefaultUsage(image, UINT64_MAX); in HWTEST_F() local 1300 ASSERT_EQ(ret2, NATIVE_ERROR_OK); in HWTEST_F() 1324 int32_t ret2 = OH_ConsumerSurface_SetDefaultSize(image, res - 1, 1); in HWTEST_F() local 1325 ASSERT_EQ(ret2, NATIVE_ERROR_OK); in HWTEST_F() 1364 int32_t ret2 = OH_ConsumerSurface_SetDefaultSize(image, 0, -1); in HWTEST_F() local 1365 ASSERT_EQ(ret2, NATIVE_ERROR_INVALID_ARGUMENT in HWTEST_F() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/ |
H A D | arkUIAPi.cpp | 359 int32_t ret2 = OH_ArkUI_AnimatorOption_GetDuration(ret);
in testArkUI043() local 360 ASSERT_EQ(ret2,res5);
in testArkUI043() 368 int32_t ret2 = OH_ArkUI_AnimatorOption_GetDelay(ret);
in testArkUI044() local 369 ASSERT_EQ(ret2,res5);
in testArkUI044() 377 int32_t ret2 = OH_ArkUI_AnimatorOption_GetIterations(ret);
in testArkUI045() local 378 ASSERT_EQ(ret2,res5);
in testArkUI045() 386 ArkUI_AnimationFillMode ret2 = OH_ArkUI_AnimatorOption_GetFill(ret);
in testArkUI046() local 387 ASSERT_EQ(ret2,ARKUI_ANIMATION_FILL_MODE_NONE);
in testArkUI046() 395 ArkUI_AnimationDirection ret2 = OH_ArkUI_AnimatorOption_GetDirection(ret);
in testArkUI047() local 396 ASSERT_EQ(ret2,ARKUI_ANIMATION_DIRECTION_NORMA in testArkUI047() 404 auto ret2 = OH_ArkUI_AnimatorOption_GetCurve(ret); testArkUI048() local 413 int32_t ret2 = OH_ArkUI_AnimatorOption_GetBegin(ret); testArkUI049() local 422 int32_t ret2 = OH_ArkUI_AnimatorOption_GetEnd(ret); testArkUI050() local 439 auto ret2 = OH_ArkUI_AnimatorOption_GetKeyframeCurve(ret,1); testArkUI054() local [all...] |
H A D | arkApi.cpp | 79 auto ret2 = OH_ArkUI_PointerEvent_GetDisplayX(nullptr);
in TestArkUIAddApi008() local 80 ASSERT_EQ(ret2, 0.0f);
in TestArkUIAddApi008()
|
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 178 OH_AVErrCode ret2 = OH_AVPlayer_SetFDSource(playerHandle, fileDescribe, 0, fileSize);
in Test_AVPlayer_SetMediaKeySystemInfoCallback() local 182 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK && ret3 == AV_ERR_OK && ret4 == AV_ERR_OK && ret5 == AV_ERR_OK) {
in Test_AVPlayer_SetMediaKeySystemInfoCallback() 218 OH_AVErrCode ret2 = OH_AVPlayer_SetFDSource(playerHandle, fileDescribe, 0, fileSize);
in Test_AVPlayer_GetMediaKeySystemInfo() local 247 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK && ret3 == AV_ERR_OK && ret4 == AV_ERR_OK && ret5 == AV_ERR_OK &&
in Test_AVPlayer_GetMediaKeySystemInfo() 279 OH_AVErrCode ret2 = OH_AVPlayer_SetFDSource(playerHandle, fileDescribe, 0, fileSize);
in Test_AVPlayer_SetDecryptionConfig() local 301 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK && ret6 == DRM_ERR_OK && ret7 == AV_ERR_OK && ret8 == AV_ERR_OK &&
in Test_AVPlayer_SetDecryptionConfig() 368 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession);
in Test_AudioCodec_SetDecryptionConfig() local 383 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret3 == AV_ERR_OK && ret4 == AV_ERR_OK && ret5 == DRM_ERR_OK &&
in Test_AudioCodec_SetDecryptionConfig() 425 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &sessionLevel, &drmKeySession);
in Test_VideoDecoder_SetDecryptionConfig() local 440 if (ret1 == DRM_ERR_OK && ret2 in Test_VideoDecoder_SetDecryptionConfig() 501 OH_AVErrCode ret2 = OH_AVDemuxer_Destroy(hdemuxer); TestAVDemuxer_SetMediaKeySystemInfoCallback() local 565 OH_AVErrCode ret2 = OH_AVDemuxer_Destroy(hdemuxer); TestAVDemuxer_SetDemuxerMediaKeySystemInfoCallback() local 628 OH_AVErrCode ret2 = OH_AVDemuxer_GetMediaKeySystemInfo(handle_ptr, callback_ptr); TestAVDemuxer_GetMediaKeySystemInfo() local [all...] |
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 75 OH_AVErrCode ret2 = OH_AVCencInfo_Destroy(handle); in Test_AVCencInfo_SetAlgorithm() local 76 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK ) { in Test_AVCencInfo_SetAlgorithm() 130 OH_AVErrCode ret2 = OH_AVCencInfo_Destroy(handle); in Test_AVCencInfo_SetKeyIdAndIv() local 131 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK ) { in Test_AVCencInfo_SetKeyIdAndIv() 179 OH_AVErrCode ret2 = OH_AVCencInfo_Destroy(handle); in Test_AVCencInfo_SetSubsampleInfo() local 180 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK ) { in Test_AVCencInfo_SetSubsampleInfo() 212 OH_AVErrCode ret2 = OH_AVCencInfo_Destroy(handle); in Test_AVCencInfo_SetMode() local 213 if (ret1 == AV_ERR_OK && ret2 == AV_ERR_OK ) { in Test_AVCencInfo_SetMode() 247 OH_AVErrCode ret2 = OH_AVCencInfo_SetKeyIdAndIv(handle, keyIdData, KEY_DATA_LEN, ivData, KEY_DATA_LEN); in Test_AVCencInfo_SetAVBuffer() local 265 if (ret1 == AV_ERR_OK && ret2 in Test_AVCencInfo_SetAVBuffer() [all...] |
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 60 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel,&drmKeySession); in Test_VideoDecoder_SetDecryptionConfig() local 72 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { // in Test_VideoDecoder_SetDecryptionConfig() 102 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel,&drmKeySession); in Test_AVDemuxer_GetMediaKeySystemInfo() local 118 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_AVDemuxer_GetMediaKeySystemInfo() 158 Drm_ErrCode ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem,&sessionLevel,&drmKeySession); in Test_AVDemuxer_SetMediaKeySystemInfoCallback() local 175 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_AVDemuxer_SetMediaKeySystemInfoCallback()
|
/test/xts/hats/kernel/syscalls/signal/getrandom/ |
H A D | GetrandomApiTest.cpp | 73 ssize_t ret2 = 0; in HWTEST_F() local 77 ret2 = getrandom(buffer2, len, 0); in HWTEST_F() 78 EXPECT_EQ(ret2, static_cast<ssize_t>(len)); in HWTEST_F()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_imageSpan_test.cpp | 27 auto ret2 = nodeAPI->setAttribute(imageSpan, NODE_HEIGHT, &item); in textImageSpanTest001() local 29 ASSERT_EQ(ret2, 401); in textImageSpanTest001()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreTransactionJsunit.test.js | 306 await rdbStore.query(predicates).then(async (ret2) => {
307 console.info(TAG + "testRdbTransactionMulti0002 * final query " + ret2.rowCount);
308 expect(1).assertEqual(ret2.rowCount)
311 ret2.close()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreTransactionJsunit.test.js | 310 await rdbStore.query(predicates).then(async (ret2) => {
311 console.info(TAG + "testRdbTransactionMulti0002 * final query " + ret2.rowCount);
312 expect(1).assertEqual(ret2.rowCount)
315 ret2.close()
|
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | ClockTimeTest.cpp | 272 int ret2 = gettimeofday(&tvalEnd, &tzone);
in HWTEST_F() local 274 EXPECT_EQ(0, ret2);
in HWTEST_F() 294 int ret2 = gettimeofday(&tvalStart, NULL);
in HWTEST_F() local 298 EXPECT_EQ(0, ret2);
in HWTEST_F()
|
/test/xts/hats/kernel/purgeableMem/ |
H A D | purgeable_cpp_test.cpp | 172 int ret2 = 1; in HWTEST_F() local 187 ret2 = strncmp(alphabetFinal, static_cast<char *>(pobj2.GetContent()), 26); in HWTEST_F() 196 EXPECT_EQ(ret2, 0); in HWTEST_F()
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.cpp | 108 size_t ret2 = fread(data, sizeof(uint32_t), data_size, fp); in readTestDataFile() local 109 if (ret2 == 0) { in readTestDataFile()
|
H A D | ohos_c_api_test_mslite.cpp | 2801 int ret2 = OH_AI_ModelBuildFromFile(model, "/data/test/ml_face_isface.ms", OH_AI_MODELTYPE_MINDIR, context); in HWTEST() local 2802 printf("==========build model return code:%d\n", ret2); in HWTEST() 2803 ASSERT_EQ(ret2, OH_AI_STATUS_LITE_MODEL_REBUILD); in HWTEST() 3027 int ret2 = OH_AI_ModelBuildFromFile(model, "/data/test/ml_face_isface_offline_model.ms", OH_AI_MODELTYPE_MINDIR, context); in HWTEST() local 3028 printf("==========build model return code:%d\n", ret2); in HWTEST() 3029 ASSERT_EQ(ret2, OH_AI_STATUS_SUCCESS); in HWTEST() 3567 OH_AI_Status ret2 = OH_AI_ModelBuildFromFile(model, "/data/test/ml_face_isface.om.ms", OH_AI_MODELTYPE_MINDIR, context); in HWTEST() local 3568 ASSERT_EQ(ret2, OH_AI_STATUS_LITE_MODEL_REBUILD); in HWTEST() 4054 OH_AI_Status ret2 = OH_AI_ModelBuildFromFile(model2, "/data/test/ml_face_isface.ms", OH_AI_MODELTYPE_MINDIR, context2); in HWTEST() local 4055 ASSERT_EQ(ret2, OH_AI_STATUS_SUCCES in HWTEST() 4182 OH_AI_Status ret2 = OH_AI_ModelBuildFromFile(model2, "/data/test/ml_ocr_cn.ms", OH_AI_MODELTYPE_MINDIR, context2); HWTEST() local [all...] |
/test/xts/hats/kernel/accesstokenid/ |
H A D | accesstokenid_test.cpp | 461 int ret2 = ioctl(fd, ACCESS_TOKENID_ILLEGAL2, &token); in HWTEST_F() local 465 ASSERT_NE(0, ret2); in HWTEST_F()
|
/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/ |
H A D | hello.cpp | 157 int32_t ret2 = OH_Asset_PostQuery(attr2, sizeof(attr2) / sizeof(attr2[0])); in AssetPreAndPostQuerySuccess() local 158 if (ret2 == ASSET_SUCCESS) { in AssetPreAndPostQuerySuccess() 338 int32_t ret2 = OH_Asset_PostQuery(attr2, sizeof(attr2) / sizeof(attr2[0])); in Asset_PreAndPostQuery() local 339 napi_create_uint32(env, ret2, &result); in Asset_PreAndPostQuery()
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
H A D | plugin_render.cpp | 240 [[maybe_unused]] int32_t ret2; in DispatchTouchEvent() local 243 ret2 = OH_NativeXComponent_GetTouchPointTiltX(component, i, &tiltX); in DispatchTouchEvent()
|
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 1127 uint8_t *ret2;
in testNativeWindowGetMetadataValueFirst() local 1128 flag = OH_NativeWindow_GetMetadataValue(nativeWindow, OH_HDR_METADATA_TYPE, &ret1, &ret2);
in testNativeWindowGetMetadataValueFirst() 1817 uint8_t *ret2;
in testNativeWindowGetMetadataValueNullptr() local 1831 flag = OH_NativeWindow_GetMetadataValue(nullptr, OH_HDR_DYNAMIC_METADATA, nullptr, &ret2);
in testNativeWindowGetMetadataValueNullptr() 1837 flag = OH_NativeWindow_GetMetadataValue(nullptr, OH_HDR_DYNAMIC_METADATA, &ret1, &ret2);
in testNativeWindowGetMetadataValueNullptr()
|
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/ |
H A D | nativebuffer.cpp | 1535 uint8_t *ret2;
in OHNativeBufferGetMetadataValueNullptr() local 1543 flag = OH_NativeBuffer_GetMetadataValue(nullptr, OH_HDR_DYNAMIC_METADATA, &ret1, &ret2);
in OHNativeBufferGetMetadataValueNullptr() 1549 flag = OH_NativeBuffer_GetMetadataValue(nativeBuffer, OH_HDR_DYNAMIC_METADATA, nullptr, &ret2);
in OHNativeBufferGetMetadataValueNullptr()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_4th.cpp | 4369 int32_t ret2 = g_rilInterface->DelSimMessage(SLOTID_1, 100, msgIoInfo.index);
in HWTEST_F() local 4371 EXPECT_EQ(SUCCESS, ret2);
in HWTEST_F() 4397 int32_t ret2 = g_rilInterface->DelSimMessage(SLOTID_1, 100, msgIoInfo.index);
in HWTEST_F() local 4399 EXPECT_EQ(SUCCESS, ret2);
in HWTEST_F() 4425 int32_t ret2 = g_rilInterface->DelSimMessage(SLOTID_1, 100, msgIoInfo.index);
in HWTEST_F() local 4427 EXPECT_EQ(SUCCESS, ret2);
in HWTEST_F()
|