Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp252 int EventLoopImpl::SendRequestToLoop(EventRequest *eventRequest) in SendRequestToLoop()
290 auto eventRequest = new (std::nothrow) EventRequest(type, event, argument); in QueueRequest() local