/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/ |
H A D | dms_client.cpp | 171 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 D | wifi_scan_stub_lite.cpp | 259 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 D | wifi_scan_stub.cpp | 328 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 D | lnn_heartbeat_fsm.c | 50 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 D | wifi_scan_proxy_lite.cpp | 421 int eventNum = event.size(); in RegisterCallBack() local 422 (void)WriteInt32(&request, eventNum); in RegisterCallBack() 423 if (eventNum > 0) { in RegisterCallBack()
|
H A D | wifi_scan_proxy.cpp | 388 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local 389 data.WriteInt32(eventNum); in RegisterCallBack() 390 if (eventNum > 0) { in RegisterCallBack()
|
H A D | wifi_hotspot_proxy.cpp | 662 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local 663 data.WriteInt32(eventNum); in RegisterCallBack() 664 if (eventNum > 0) { in RegisterCallBack()
|
H A D | wifi_p2p_proxy.cpp | 1168 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() local 1169 data.WriteInt32(eventNum); in RegisterCallBack() 1170 if (eventNum > 0) { in RegisterCallBack()
|
H A D | wifi_device_proxy_lite.cpp | 1431 int eventNum = event.size(); in RegisterCallBack() local 1432 (void)WriteInt32(&req, eventNum); in RegisterCallBack() 1433 if (eventNum > 0) { in RegisterCallBack()
|
H A D | wifi_device_proxy.cpp | 1511 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 D | wifi_hotspot_stub.cpp | 472 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 D | wifi_device_stub_lite.cpp | 570 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 D | wifi_device_stub.cpp | 962 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 D | nstackx_dfile_dfx.c | 213 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 D | wifi_p2p_stub.cpp | 752 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 D | local_socket_exec.cpp | 664 int eventNum = mgr->EpollWait(); in LocalSocketServerAccept() local 665 if (eventNum == -1) { in LocalSocketServerAccept() 677 for (int i = 0; i < eventNum; ++i) { in LocalSocketServerAccept()
|