Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/
H A Dnotify_responsibility_chain_factory.cpp46 list<shared_ptr<BaseHandler>>& handlerList = handlerMap_[type]; in CreateChain() local
49 for (const auto& handler : handlerList) { in CreateChain()
55 return handlerList.front(); in CreateChain()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp722 auto handlerList = intervalToTimers_[target->interval_]; in EraseExistNode() local
723 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in EraseExistNode()
724 if (itor != handlerList.end()) { in EraseExistNode()
725 handlerList.erase(itor); in EraseExistNode()
728 if (handlerList.empty()) { in EraseExistNode()
797 auto &handlerList = intervalToTimers_[interval]; in GetTimerFd() local
798 for (const TimerHandlerPtr &ptr : handlerList) { in GetTimerFd()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp871 auto handlerList = intervalToTimers_[target->interval_]; in CancelTimer() local
872 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in CancelTimer()
873 if (itor != handlerList.end()) { in CancelTimer()
874 handlerList.erase(itor); in CancelTimer()
877 if (handlerList.empty()) { in CancelTimer()
938 auto &handlerList = intervalToTimers_[interval]; in GetTimerFd() local
939 for (const TimerHandlerPtr &ptr : handlerList) { in GetTimerFd()