Searched refs:currIndex (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_client.cpp | 274 int currIndex = static_cast<int>(if_nametoindex(interfaceName.c_str())); in onIpv6AddressAddEvent() local 275 if (currIndex != ifaIndex) { in onIpv6AddressAddEvent() 276 DHCP_LOGE("address ifaindex invalid, %{public}d != %{public}d", currIndex, ifaIndex); in onIpv6AddressAddEvent() 396 int currIndex = static_cast<int>(if_nametoindex(interfaceName.c_str())); in onIpv6DnsAddEvent() local 397 if (currIndex != ifaIndex) { in onIpv6DnsAddEvent() 398 DHCP_LOGE("dnsevent ifaindex invalid, %{public}d != %{public}d", currIndex, ifaIndex); in onIpv6DnsAddEvent() 446 int currIndex = static_cast<int>(if_nametoindex(interfaceName.c_str())); in onIpv6RouteAddEvent() local 447 if (currIndex != ifaIndex) { in onIpv6RouteAddEvent() 448 DHCP_LOGE("route ifaindex invalid, %{public}d != %{public}d", currIndex, ifaIndex); in onIpv6RouteAddEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 1811 auto currIndex = itemPosition_.rbegin()->first + 1; in LayoutCachedItem() local 1813 for (int32_t i = 0; i < cacheCount && currIndex + i < totalItemCount_; i++) { in LayoutCachedItem() 1814 int32_t index = currIndex + i; in LayoutCachedItem() 1820 currIndex = itemPosition_.begin()->first - 1; in LayoutCachedItem() 1822 for (int32_t i = 0; i < cacheCount && currIndex - i >= 0; i++) { in LayoutCachedItem() 1823 int32_t index = currIndex - i; in LayoutCachedItem() 2218 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsStart() 2231 currIndex = positionInfo.first; in FindPredictSnapIndexInItemPositionsStart() 2233 if (endIndex >= 0 && currIndex >= 0) { in FindPredictSnapIndexInItemPositionsStart() 2240 float predictEndPos, int32_t& endIndex, int32_t& currIndex) cons in FindPredictSnapIndexInItemPositionsCenter() 2285 int32_t currIndex = -1; FindPredictSnapEndIndexInItemPositions() local [all...] |
H A D | list_layout_algorithm.h | 508 void FindPredictSnapIndexInItemPositionsStart(float predictEndPos, int32_t& endIndex, int32_t& currIndex) const; 509 void FindPredictSnapIndexInItemPositionsCenter(float predictEndPos, int32_t& endIndex, int32_t& currIndex) const; 510 void FindPredictSnapIndexInItemPositionsEnd(float predictEndPos, int32_t& endIndex, int32_t& currIndex) const;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_controller.cpp | 658 const uint32_t currIndex = camRes_.historyFlipFrame; in RegisterOutputs() local 659 const uint32_t nextIndex = (currIndex + 1u) % 2u; in RegisterOutputs() 661 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY, createdTargets_.history[currIndex].GetHandle()); in RegisterOutputs() 665 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY, createdTargets_.history[currIndex].GetHandle()); in RegisterOutputs()
|
Completed in 13 milliseconds