Home
last modified time | relevance | path

Searched defs:destIndex (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_socket_test.cpp114 int destIndex = 1; in HWTEST_F() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp176 SendToDhcpPacket( const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t *destHwaddr) SendToDhcpPacket() argument
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp111 int32_t destIndex = (currentMonthIndex_ + DISTANCE_FORM_LAST) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local
125 int32_t destIndex = (currentMonthIndex_ + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local

Completed in 3 milliseconds