Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_socket_test.cpp114 int destIndex = 1; variable
/ohos5.0/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
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp216 …const struct DhcpPacket *sendPacket, uint32_t srcIp, uint32_t destIp, int destIndex, const uint8_t… in SendToDhcpPacket()