Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/napi/src/
H A Devents_emitter.cpp550 bool hasPriority = false; in EmitWithEventIdUint32() local
551 napi_has_named_property(env, argv[0], "priority", &hasPriority); in EmitWithEventIdUint32()
553 if (hasPriority) { in EmitWithEventIdUint32()
596 bool hasPriority = false; in EmitWithEventIdString() local
598 napi_has_named_property(env, argv[1], "priority", &hasPriority); in EmitWithEventIdString()
599 if (!hasPriority) { in EmitWithEventIdString()