Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp96 constexpr int32_t invalidKey = -1; variable
101 return type != Key_Type_Map.end() ? type->second : invalidKey; in GetType()
192 if (type != invalidKey) {
213 if (type != invalidKey) {
234 if (type != invalidKey) {
255 if (type != invalidKey) {
276 if (type != invalidKey) {
297 if (type != invalidKey) {
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/
H A Dattribute_test.cpp249 constexpr uint32_t invalidKey = 100000032; variable
251 …ASSERT_EQ(GetAttributeUint8Array(attribute, static_cast<AttributeKey>(invalidKey), &value), RESULT…
272 constexpr uint32_t invalidKey = 100000032; variable
273 …ASSERT_EQ(SetAttributeUint8Array(attribute, static_cast<AttributeKey>(invalidKey), data), RESULT_G…
356 constexpr uint32_t invalidKey = 100000032; variable
358 ASSERT_EQ(GetAttributeUint64Array(attribute, static_cast<AttributeKey>(invalidKey), &value),
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent.test.js841 let invalidKey = 'a'.repeat(17);
842 params[invalidKey] = 'value_invalid';