Home
last modified time | relevance | path

Searched refs:OH_ImageEffect_Stop (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/interfaces/kits/native/
H A Dimage_effect.h353 ImageEffect_ErrorCode OH_ImageEffect_Stop(OH_ImageEffect *imageEffect);
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp574 ImageEffect_ErrorCode OH_ImageEffect_Stop(OH_ImageEffect *imageEffect) in OH_ImageEffect_Stop() function
/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_capi_unittest.cpp1922 * Function: Test OH_ImageEffect_Stop with normal parameter
1926 * CaseDescription: Test OH_ImageEffect_Stop with normal parameter
1933 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Stop(imageEffect); in HWTEST_F()
1934 ASSERT_EQ(errorCode, ImageEffect_ErrorCode::EFFECT_SUCCESS) << "OH_ImageEffect_Stop failed"; in HWTEST_F()
1942 * Function: Test OH_ImageEffect_Stop with empty parameter
1946 * CaseDescription: Test OH_ImageEffect_Stop with empty parameter
1952 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Stop(nullptr); in HWTEST_F()
1953 ASSERT_NE(errorCode, ImageEffect_ErrorCode::EFFECT_SUCCESS) << "OH_ImageEffect_Stop failed"; in HWTEST_F()
H A Dnative_image_effect_unittest.cpp1576 errorCode = OH_ImageEffect_Stop(imageEffect); in HWTEST_F()

Completed in 9 milliseconds