Home
last modified time | relevance | path

Searched refs:notifyList (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c583 static void FillNotifyList(ListNode *notifyList, uint8_t tos) in FillNotifyList() argument
597 ListAdd(notifyList, &(notifyInfo->node)); in FillNotifyList()
609 ListNode notifyList; in ModifyUdpChannelTos() local
610 ListInit(&notifyList); in ModifyUdpChannelTos()
611 FillNotifyList(&notifyList, tos); in ModifyUdpChannelTos()
612 if (IsListEmpty(&notifyList)) { in ModifyUdpChannelTos()
619 LIST_FOR_EACH_ENTRY_SAFE(notifyNode, notifyNodeNext, &notifyList, UdpChannelNotifyInfo, node) { in ModifyUdpChannelTos()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp432 std::list<sptr<ResSchedSystemloadNotifierClient>> notifyList; in OnSystemloadLevel() local
436 notifyList.push_back(iter); in OnSystemloadLevel()
440 for (auto& notifier : notifyList) { in OnSystemloadLevel()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2702 std::list<ProcessDiedNotifyInfo> notifyList; in ProcessConnectDied() local
2728 notifyList.push_back(notifyInfo); in ProcessConnectDied()
2743 NotifyProcessDiedAll(notifyList); in ProcessConnectDied()
2746 void DistributedSchedService::NotifyProcessDiedAll(const std::list<ProcessDiedNotifyInfo>& notifyList) in NotifyProcessDiedAll() argument
2748 for (auto it = notifyList.begin(); it != notifyList.end(); ++it) { in NotifyProcessDiedAll()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h250 void NotifyProcessDiedAll(const std::list<ProcessDiedNotifyInfo>& notifyList);

Completed in 10 milliseconds