Searched refs:once_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | event_listener.cpp | 28 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 D | event_listener.cpp | 33 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 D | timer_event_handler.cpp | 34 once_(once), in TimerEventHandler() 68 if (once_) { in Initialize()
|
H A D | timer_event_handler.h | 52 bool once_;
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 575 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 D | event_listener.h | 50 bool once_; variable
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | event_listener.h | 60 bool once_; variable
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 707 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()
|