Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.h65 int SendRequestToLoop(EventRequest *eventRequest);
H A Devent_loop_impl.cpp252 int EventLoopImpl::SendRequestToLoop(EventRequest *eventRequest) in SendRequestToLoop() function in DistributedDB::EventLoopImpl
295 errCode = SendRequestToLoop(eventRequest); in QueueRequest()