Home
last modified time | relevance | path

Searched refs:ret7 (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/graphic/graphicnapitest/
H A DNativeVsyncTest.cpp181 int ret7 = OH_NativeVSync_RequestFrameWithMultiCallback(native_vsync, callback, nullptr); in HWTEST_F() local
182 ASSERT_EQ(ret7, NATIVE_ERROR_OK); in HWTEST_F()
H A DNativeImageTest.cpp1089 int32_t ret7 = OH_NativeImage_AcquireNativeWindowBuffer(image, &nativeWindowBuffer, &fenceFd); in HWTEST_F() local
1090 ret7 = OH_NativeImage_ReleaseNativeWindowBuffer(image, nativeWindowBuffer, 0); in HWTEST_F()
1092 ASSERT_EQ(ret7, NATIVE_ERROR_OK); in HWTEST_F()
1342 int32_t ret7 = OH_ConsumerSurface_SetDefaultSize(image, 1, 1); in HWTEST_F() local
1343 ASSERT_EQ(ret7, NATIVE_ERROR_OK); in HWTEST_F()
1374 int32_t ret7 = OH_ConsumerSurface_SetDefaultSize(image, -res, -res); in HWTEST_F() local
1375 ASSERT_EQ(ret7, NATIVE_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/
H A Dhello.cpp264 OH_AVErrCode ret7 = OH_AVBuffer_Destroy(inBuf); in Test_AVCencInfo_SetAVBuffer() local
266 && ret4 == AV_ERR_OK && ret5 == AV_ERR_OK && ret6 == AV_ERR_OK && ret7 == AV_ERR_OK) { in Test_AVCencInfo_SetAVBuffer()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/
H A DarkApi.cpp126 auto ret7 = OH_ArkUI_GetNodeHandleFromNapiValue(nullptr, nullptr, nullptr); in TestArkUIAddApi014()
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp293 OH_AVErrCode ret7 = OH_AVPlayer_SetDecryptionConfig(playerHandle, drmKeySession, secureVideoPath); 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()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp1160 Drm_ErrCode ret7 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_MediaKeySystem_GetOfflineMediaKeyStatus() local
1161 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret6 == DRM_ERR_OK && ret7 == DRM_ERR_OK ) { in Test_MediaKeySystem_GetOfflineMediaKeyStatus()
1643 Drm_ErrCode ret7 = OH_MediaKeySession_CheckMediaKeyStatus(drmKeySession, &status_after); in Test_MediaKeySession_ClearMediaKeys() local
1644 if(ret7 == DRM_ERR_OK){ in Test_MediaKeySession_ClearMediaKeys()
1650 OH_LOG_ERROR(LOG_APP, "testCL_after ClearMediaKeys check status failed,ret = %{public}d",ret7); in Test_MediaKeySession_ClearMediaKeys()

Completed in 12 milliseconds