Home
last modified time | relevance | path

Searched refs:ret5 (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp348 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in GetOfflineMediaKeyIds() local
349 if(ret5 != DRM_ERR_OK){ in GetOfflineMediaKeyIds()
371 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in GetOfflineMediaKeyIds() local
372 if((ret5 != DRM_ERR_OK) || (ret4 != DRM_ERR_OK) || (licRet != 0)){ in GetOfflineMediaKeyIds()
1026 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_MediaKeySystem_ProcessKeySystemResponse() local
1027 if (ret1 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_MediaKeySystem_ProcessKeySystemResponse()
1089 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_MediaKeySystem_GetOfflineMediaKeyIds() local
1091 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret3 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_MediaKeySystem_GetOfflineMediaKeyIds()
1155 Drm_ErrCode ret5 = DRM_ERR_INVALID_VAL; in Test_MediaKeySystem_GetOfflineMediaKeyStatus() local
1157 ret5 in Test_MediaKeySystem_GetOfflineMediaKeyStatus()
1222 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySystem_ClearOfflineMediaKeys() local
1338 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(drmKeySession); Test_MediaKeySystem_SetMediaKeySystemCallback() local
1350 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(drmKeySession); Test_MediaKeySystem_SetMediaKeySystemCallback() local
1448 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_GenerateMediaKeyRequest() local
1527 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_ProcessMediaKeyResponse() local
1595 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_CheckMediaKeyStatus() local
1653 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_ClearMediaKeys() local
1700 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_GetContentProtectionLevel() local
1775 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_RequireSecureDecoderModule() local
1836 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_SetMediaKeySessionCallback() local
1915 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_GenerateOfflineReleaseRequest() local
1982 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_ProcessOfflineReleaseResponse() local
2040 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySession_RestoreOfflineMediaKeys() local
2117 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(drmKeySession); Test_MediaKeySession_ProcessOfflineReleaseResponse_multi() local
2146 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); Test_MediaKeySystem_SetConfigurationString_multi() local
2203 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(drmKeySession); Test_MediaKeySystem_SetCallback() local
2216 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(drmKeySession); Test_MediaKeySystem_SetCallback() local
2293 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(drmKeySession); Test_MediaKeySession_SetCallback() local
[all...]
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/
H A Dhello.cpp71 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); 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()
117 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); 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()
174 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); 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/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp181 OH_AVErrCode ret5 = OH_AVPlayer_Release(playerHandle); 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()
232 OH_AVErrCode ret5 = AV_ERR_INVALID_VAL; in Test_AVPlayer_GetMediaKeySystemInfo() local
235 ret5 = OH_AVPlayer_GetMediaKeySystemInfo(handle_ptr, info_ptr); in Test_AVPlayer_GetMediaKeySystemInfo()
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()
286 Drm_ErrCode ret5 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &contentProtectionLevel, &drmKeySession); in Test_AVPlayer_SetDecryptionConfig() local
287 UNUSED_PARAMETER(ret5); in Test_AVPlayer_SetDecryptionConfig()
381 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(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()
438 Drm_ErrCode ret5 in Test_VideoDecoder_SetDecryptionConfig() local
[all...]
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/
H A Dhello.cpp250 OH_AVErrCode ret5 = AV_ERR_INVALID_VAL; in Test_AVCencInfo_SetAVBuffer() local
258 ret5 = OH_AVCencInfo_SetAVBuffer(handle_ptr, inBuf); in Test_AVCencInfo_SetAVBuffer()
260 ret5 = OH_AVCencInfo_SetAVBuffer(handle_ptr, nullptr); in Test_AVCencInfo_SetAVBuffer()
266 && ret4 == AV_ERR_OK && ret5 == AV_ERR_OK && ret6 == AV_ERR_OK && ret7 == AV_ERR_OK) { in Test_AVCencInfo_SetAVBuffer()
/test/xts/acts/graphic/graphicnapitest/
H A DNativeVsyncTest.cpp177 int ret5 = OH_NativeVSync_RequestFrameWithMultiCallback(native_vsync, nullptr, data); in HWTEST_F() local
178 ASSERT_EQ(ret5, NATIVE_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
H A DNativeImageTest.cpp1047 int32_t ret5 = OH_NativeImage_ReleaseNativeWindowBuffer(image, nativeWindowBuffer, fenceFd); in HWTEST_F() local
1049 ASSERT_EQ(ret5, NATIVE_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
1330 int32_t ret5 = OH_ConsumerSurface_SetDefaultSize(image, res - 1, res - 1); in HWTEST_F() local
1331 ASSERT_EQ(ret5, NATIVE_ERROR_OK); in HWTEST_F()
1370 int32_t ret5 = OH_ConsumerSurface_SetDefaultSize(image, -res, 100); in HWTEST_F() local
1371 ASSERT_EQ(ret5, NATIVE_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/
H A DarkApi.cpp100 auto ret5 = OH_ArkUI_AxisEvent_GetVerticalAxisValue(nullptr); in TestArkUIAddApi011() local
101 ASSERT_EQ(ret5, 0.0f); in TestArkUIAddApi011()

Completed in 10 milliseconds