Home
last modified time | relevance | path

Searched refs:once_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_listener.cpp28 once_(once), in EventListener()
37 once_ = listener.once_; in EventListener()
61 once_ = listener.once_; in operator =()
99 return (type_ == type) ? once_ : false; in MatchOnce()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_listener.cpp33 once_(once), in EventListener()
44 once_ = listener.once_; in EventListener()
72 once_ = listener.once_; in ~EventListener()
131 return once_; in ~EventListener()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer_event_handler.cpp34 once_(once), in TimerEventHandler()
68 if (once_) { in Initialize()
H A Dtimer_event_handler.h52 bool once_;
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp575 bool once_; member in OHOS::__anon7e5fee520110::TimerEventHandler
769 if (handler->once_) { in OnTimer()
799 if (!ptr->once_) { in GetTimerFd()
807 : once_(once), interval_(timeout) in TimerEventHandler()
820 interval_ << ", once:" << once_ << std::endl; in ~TimerEventHandler()
829 interval_ << ", once:" << once_ << std::endl; in Initialize()
848 if (once_) { in Initialize()
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Devent_listener.h50 bool once_; variable
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Devent_listener.h60 bool once_; variable
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp707 bool once_; member in OHOS::__anond27b26990110::TimerEventHandler
908 if (handler->once_) { in OnTimer()
940 if (!ptr->once_) { in GetTimerFd()
948 : once_(once), interval_(timeout) in TimerEventHandler()
963 gettid(), handler_->GetFd(), interval_, once_); in ~TimerEventHandler()
973 gettid(), handler_->GetFd(), interval_, once_); in Initialize()
992 if (once_) { in Initialize()