Home
last modified time | relevance | path

Searched refs:ERROR_LEVEL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/
H A Dhisysevent.yaml18 ERROR_LEVEL: {type: INT32, desc: error level}
32 ERROR_LEVEL: {type: INT32, desc: error level}
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp711 EXPECT_FALSE(capability_->AreProfileAndLevelSupported(DEFAULT_VIDEO_AVC_PROFILE, ERROR_LEVEL));
715 EXPECT_FALSE(capability_->AreProfileAndLevelSupported(ERROR_VIDEO_AVC_PROFILE, ERROR_LEVEL));
1303 … EXPECT_FALSE(capability_->AreProfileAndLevelSupported(DEFAULT_VIDEO_VVC_PROFILE, ERROR_LEVEL));
1307 … EXPECT_FALSE(capability_->AreProfileAndLevelSupported(ERROR_VIDEO_VVC_PROFILE, ERROR_LEVEL));
H A Dcodeclist_mock.h138 constexpr int32_t ERROR_LEVEL = -1; variable