Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common_c.h30 GSERROR_NO_PERMISSION = 40301000, enumerator
H A Dgraphic_common.h37 {GSERROR_NO_PERMISSION, "<403 no permission>"},
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common_c.h30 GSERROR_NO_PERMISSION = 40301000, enumerator
H A Dgraphic_common.h70 case GSERROR_NO_PERMISSION: return "<403 no permission>" + lowError; in GSErrorStr()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_capture_filter_unit_test.cpp442 .WillOnce(DoAll(SetArgReferee<0>(mockBuffer), Return(OHOS::GSError::GSERROR_NO_PERMISSION))); in HWTEST_F()
463 .WillOnce(Return(OHOS::GSError::GSERROR_NO_PERMISSION)); in HWTEST_F()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1237 CHECK_AND_RETURN_RET_LOG(state_ == State::RUNNING || state_ == State::EOS, GSERROR_NO_PERMISSION, in BufferReleasedByConsumer()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1372 CHECK_AND_RETURN_RET_LOG(state_ == State::RUNNING || state_ == State::EOS, GSERROR_NO_PERMISSION, "In valid state"); in BufferReleasedByConsumer()

Completed in 8 milliseconds