Home
last modified time | relevance | path

Searched defs:taskTime (Results 1 – 7 of 7) sorted by relevance

/base/notification/eventhandler/interfaces/inner_api/
Devent_handler.h695 inline bool SendTimingEvent(InnerEvent::Pointer &&event, int64_t taskTime, Priority priority) in SendTimingEvent()
707 inline bool SendTimingEvent(InnerEvent::Pointer &&event, int64_t taskTime) in SendTimingEvent()
/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/
Deventhandler_fuzzer.cpp75 int64_t taskTime = U32_AT(reinterpret_cast<const uint8_t*>(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_event_handler.cpp39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_event_handler.cpp39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_event_handler.cpp39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_event_handler.cpp39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp93 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()