Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/napi/src/
H A Devents_emitter.cpp282 bool hasEventId = false; in GetEventIdWithObjectOrString() local
283 napi_has_named_property(env, argv, "eventId", &hasEventId); in GetEventIdWithObjectOrString()
284 if (!hasEventId) { in GetEventIdWithObjectOrString()
531 bool hasEventId = false; in EmitWithEventIdUint32() local
533 napi_has_named_property(env, argv[0], "eventId", &hasEventId); in EmitWithEventIdUint32()
534 if (hasEventId == false) { in EmitWithEventIdUint32()