Searched refs:OH_VideoOutput_DeleteProfile (Results 1 – 7 of 7) sorted by relevance
189 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile);
126 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile) in OH_VideoOutput_DeleteProfile() function
50 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_DeleteProfile](_o_h___camer…
335 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_DeleteProfile](#oh_videooutput_deleteprofil…6140 ### OH_VideoOutput_DeleteProfile()6143 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile)
332 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_DeleteProfile](#oh_videooutput_deleteprofil…6075 ### OH_VideoOutput_DeleteProfile()6078 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile)
3816 EXPECT_EQ(OH_VideoOutput_DeleteProfile(videoProfile), CAMERA_OK);3818 EXPECT_EQ(OH_VideoOutput_DeleteProfile(nullptr), CAMERA_INVALID_ARGUMENT);