Home
last modified time | relevance | path

Searched refs:oldIndex (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netmanager_base/utils/common_utils/include/
H A Ddelayed_queue.h70 int oldIndex = indexMap_[elem]; in Put() local
71 if (oldIndex >= 0 && oldIndex < static_cast<int>(elems_.size()) && in Put()
72 (elems_[oldIndex].find(elem) != elems_[oldIndex].end())) { in Put()
73 elems_[oldIndex].erase(elem); in Put()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_changes_recognizer.h76 for (size_t oldIndex = 0; oldIndex != previousValues_.size(); ++oldIndex) { in OnArrayPropertyChanged()
77 auto& v = previousValues_[oldIndex]; in OnArrayPropertyChanged()
81 changes.indexesRemoved.push_back(static_cast<int>(oldIndex)); in OnArrayPropertyChanged()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dfocusable_grid.h34 virtual void FocusChanged(int32_t oldIndex, int32_t newIndex) {} in FocusChanged() argument
H A Drender_calendar.cpp266 void RenderCalendar::FocusChanged(int32_t oldIndex, int32_t newIndex) in FocusChanged() argument
269 if (oldIndex < 0 || oldIndex >= calendarDaysSize) { in FocusChanged()
273 calendarDays_[oldIndex].focused = false; in FocusChanged()
H A Drender_calendar.h89 void FocusChanged(int32_t oldIndex, int32_t newIndex) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.h165 void FireTabContentStateCallback(int32_t oldIndex, int32_t nextIndex) const;
H A Dtabs_pattern.cpp105 void TabsPattern::FireTabContentStateCallback(int32_t oldIndex, int32_t nextIndex) const in FireTabContentStateCallback() argument
114 auto oldTabContent = AceType::DynamicCast<TabContentNode>(swiperNode->GetChildByIndex(oldIndex)); in FireTabContentStateCallback()
118 TabContentInfo oldTabContentInfo(oldTabContentId, oldTabContentUniqueId, TabContentState::ON_HIDE, oldIndex, in FireTabContentStateCallback()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h88 int64_t oldIndex; member
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.h170 void FireChangedEvent(int32_t oldIndex, int32_t newIndex) const;
H A Drender_stepper.cpp575 void RenderStepper::FireChangedEvent(int32_t oldIndex, int32_t newIndex) const in FireChangedEvent() argument
579 .append(std::to_string(oldIndex)) in FireChangedEvent()
591 onChange_(oldIndex, newIndex); in FireChangedEvent()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp238 auto oldIndex = (oldProp.offset - baseOffset) / sizeof(MaterialComponent::TextureInfo); in MapTextureSlots() local
240 if (newIndex < BASE_NS::countof(tmp) && oldIndex < textures.size()) { in MapTextureSlots()
241 tmp[newIndex] = BASE_NS::move(textures[oldIndex]); in MapTextureSlots()
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1351 int32_t oldIndex = -1; variable
1354 if ((oldIndex = indexOf(oldIds, newId)) == -1) {
1364 std::advance(oldElementIter, oldIndex);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp196 auto oldIndex = GetLoopIndex(oldIndex_); in OnIndexChange() local
198 oldIndex = GetLoopIndex(oldIndex_, oldChildrenSize_.value()); in OnIndexChange()
203 if (oldIndex != targetIndex) { in OnIndexChange()
204 FireChangeEvent(oldIndex, targetIndex, isInLayout); in OnIndexChange()
495 auto oldIndex = GetLoopIndex(oldIndex_); in BeforeCreateLayoutWrapper() local
497 oldIndex = GetLoopIndex(oldIndex_, oldChildrenSize_.value()); in BeforeCreateLayoutWrapper()
501 if (IsLoop() && oldIndex != GetLoopIndex(currentIndex_)) { in BeforeCreateLayoutWrapper()
502 currentIndex_ = oldIndex >= TotalCount() ? 0 : oldIndex; in BeforeCreateLayoutWrapper()
510 } else if (oldIndex ! in BeforeCreateLayoutWrapper()
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c744 authFsm->info.oldIndex = key.keyIndex; in RecoveryFastAuthKey()
H A Dauth_manager.c741 sessionKeyIndex = info->oldIndex; in AuthManagerSetSessionKey()

Completed in 18 milliseconds