Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp103 if (!IsValidArg(events)) { in AddEvents()
134 if (!IsValidArg(events)) { in RemoveEvents()
165 if (!IsValidArg(timeout)) { in SetTimeout()
365 bool EventImpl::IsValidArg(EventsMask events) const in IsValidArg() function in DistributedDB::EventImpl
371 bool EventImpl::IsValidArg(EventTime timeout) const in IsValidArg() function in DistributedDB::EventImpl
H A Devent_impl.h54 bool IsValidArg(EventsMask events) const;
55 bool IsValidArg(EventTime timeout) const;
H A Devent_loop_impl.cpp274 !event->IsValidArg(argument)) { in QueueRequest()