Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_test.cpp38 #define INVALID_EVENT_ID (-1) macro
271 int32_t ret = NotifyUdpQosEvent(appInfo, INVALID_EVENT_ID, 0, NULL);
289 int32_t ret = NotifyUdpQosEvent(appInfo, INVALID_EVENT_ID, 0, NULL);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
H A Danr_handler.cpp34 constexpr int32_t INVALID_EVENT_ID { -1 }; variable
149 SetAnrHandleState(INVALID_EVENT_ID, false); in MarkProcessed()