Lines Matching refs:handlers
68 for (const auto &handler : handlers) {
108 handlers.emplace(type, summary);
131 MMI_HILOGI("Service Add Monitor Success, size:%{public}zu", handlers.size());
139 if (handlers.empty()) {
140 MMI_HILOGW("handlers is empty");
143 for (const auto &handler : handlers) {
157 if (handlers.empty()) {
158 MMI_HILOGW("handlers is empty");
161 for (const auto &handler : handlers) {
171 for (auto it = handlers.cbegin(); it != handlers.cend(); ++it) {
178 handlers.erase(it);
188 for (auto it = handlers.cbegin(); it != handlers.cend(); ++it) {
224 name.c_str(), currentType, currentTags, handlers.size());
229 return std::find_if(handlers.cbegin(), handlers.cend(),
232 }) != handlers.cend();