Searched refs:destIndex (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.cpp | 111 int32_t destIndex = (currentMonthIndex_ + DISTANCE_FORM_LAST) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local 112 dataAdapter_->RequestData({ calendarMonth, destIndex }); in JumpToMonth() 116 int32_t lastIndex = (destIndex + DISTANCE_FORM_LAST) % MAX_MONTH_CACHE_NUM; in JumpToMonth() 121 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() 125 int32_t destIndex = (currentMonthIndex_ + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local 126 dataAdapter_->RequestData({ calendarMonth, destIndex }); in JumpToMonth() 130 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() 135 int32_t lastIndex = (destIndex + DISTANCE_FORM_LAST) % MAX_MONTH_CACHE_NUM; in JumpToMonth()
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_socket.h | 29 const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t *destHwaddr);
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_socket.cpp | 177 const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t *destHwaddr) in SendToDhcpPacket() 179 DHCP_LOGI("SendToDhcpPacket enter, destIndex:%{public}d, destHwaddr:%{public}d", destIndex, *destHwaddr); in SendToDhcpPacket() 193 rawAddr.sll_ifindex = destIndex; in SendToDhcpPacket() 241 optionLen, sendLen, dhcpPackLen, nFd, destIndex, static_cast<int>(nBytes)); in SendToDhcpPacket() 176 SendToDhcpPacket( const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t *destHwaddr) SendToDhcpPacket() argument
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_socket_test.cpp | 114 int destIndex = 1; in HWTEST_F() local 134 int result = SendToDhcpPacket(&packet, srcIp, destIp, destIndex, destHwaddr); in HWTEST_F()
|
Completed in 3 milliseconds