Home
last modified time | relevance | path

Searched refs:eventNum (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_client.cpp171 uint32_t eventNum = reply.ReadUint32(); in GetDSchedEventInfo() local
172 if (eventNum > DSCHED_EVENT_MAX_NUM) { in GetDSchedEventInfo()
173 HILOG_ERROR("Proxy get dms eventInfos num %{public}u is invalid.", eventNum); in GetDSchedEventInfo()
176 for (uint32_t i = 0; i < eventNum; i++) { in GetDSchedEventInfo()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.cpp259 int eventNum = 0; in OnRegisterCallBack() local
260 (void)ReadInt32(req, &eventNum); in OnRegisterCallBack()
262 if (eventNum > 0 && eventNum <= MAX_READ_EVENT_SIZE) { in OnRegisterCallBack()
263 for (int i = 0; i < eventNum; ++i) { in OnRegisterCallBack()
H A Dwifi_scan_stub.cpp328 int eventNum = data.ReadInt32(); in OnRegisterCallBack() local
330 if (eventNum > 0 && eventNum <= MAX_READ_EVENT_SIZE) { in OnRegisterCallBack()
331 for (int i = 0; i < eventNum; ++i) { in OnRegisterCallBack()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c50 int32_t eventNum; member
108 .eventNum = sizeof(g_hbNoneStateHandler) / sizeof(LnnHeartbeatStateHandler),
112 .eventNum = sizeof(g_normalNodeHandler) / sizeof(LnnHeartbeatStateHandler),
116 .eventNum = sizeof(g_masterNodeHandler) / sizeof(LnnHeartbeatStateHandler),
178 int32_t i, eventNum, ret; in HbFsmStateProcessFunc() local
186 eventNum = g_hbFsmHandler[hbFsm->state].eventNum; in HbFsmStateProcessFunc()
189 for (i = 0; i < eventNum; ++i) { in HbFsmStateProcessFunc()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy_lite.cpp421 int eventNum = event.size(); in RegisterCallBack() local
422 (void)WriteInt32(&request, eventNum); in RegisterCallBack()
423 if (eventNum > 0) { in RegisterCallBack()
H A Dwifi_scan_proxy.cpp388 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local
389 data.WriteInt32(eventNum); in RegisterCallBack()
390 if (eventNum > 0) { in RegisterCallBack()
H A Dwifi_hotspot_proxy.cpp662 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local
663 data.WriteInt32(eventNum); in RegisterCallBack()
664 if (eventNum > 0) { in RegisterCallBack()
H A Dwifi_p2p_proxy.cpp1168 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local
1169 data.WriteInt32(eventNum); in RegisterCallBack()
1170 if (eventNum > 0) { in RegisterCallBack()
H A Dwifi_device_proxy_lite.cpp1431 int eventNum = event.size(); in RegisterCallBack() local
1432 (void)WriteInt32(&req, eventNum); in RegisterCallBack()
1433 if (eventNum > 0) { in RegisterCallBack()
H A Dwifi_device_proxy.cpp1511 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local
1512 data.WriteInt32(eventNum); in RegisterCallBack()
1513 if (eventNum > 0) { in RegisterCallBack()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp472 int eventNum = data.ReadInt32(); in OnRegisterCallBack() local
474 if (eventNum > 0 && eventNum <= MAX_READ_EVENT_SIZE) { in OnRegisterCallBack()
475 for (int i = 0; i < eventNum; ++i) { in OnRegisterCallBack()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp570 int eventNum = 0; in OnRegisterCallBack() local
571 (void)ReadInt32(req, &eventNum); in OnRegisterCallBack()
573 if (eventNum > 0 && eventNum <= MAX_READ_EVENT_SIZE) { in OnRegisterCallBack()
574 for (int i = 0; i < eventNum; ++i) { in OnRegisterCallBack()
H A Dwifi_device_stub.cpp962 int eventNum = data.ReadInt32(); in OnRegisterCallBack() local
964 if (eventNum > 0 && eventNum <= MAX_READ_EVENT_SIZE) { in OnRegisterCallBack()
965 for (int i = 0; i < eventNum; ++i) { in OnRegisterCallBack()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_dfx.c213 static void EventAssemble(char *eventName, DFileEventType eventType, DFileEventLevel eventLevel, uint32_t eventNum, in EventAssemble() argument
224 msg->paramNum = eventNum; in EventAssemble()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_stub.cpp752 int eventNum = data.ReadInt32(); in OnRegisterCallBack() local
754 if (eventNum > 0 && eventNum <= MAX_READ_EVENT_SIZE) { in OnRegisterCallBack()
755 for (int i = 0; i < eventNum; ++i) { in OnRegisterCallBack()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp664 int eventNum = mgr->EpollWait(); in LocalSocketServerAccept() local
665 if (eventNum == -1) { in LocalSocketServerAccept()
677 for (int i = 0; i < eventNum; ++i) { in LocalSocketServerAccept()

Completed in 25 milliseconds