/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | delayed_queue.h | 70 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 D | array_property_changes_recognizer.h | 76 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 D | focusable_grid.h | 34 virtual void FocusChanged(int32_t oldIndex, int32_t newIndex) {} in FocusChanged() argument
|
H A D | render_calendar.cpp | 266 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 D | render_calendar.h | 89 void FocusChanged(int32_t oldIndex, int32_t newIndex) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_pattern.h | 165 void FireTabContentStateCallback(int32_t oldIndex, int32_t nextIndex) const;
|
H A D | tabs_pattern.cpp | 105 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 D | auth_session_fsm.h | 88 int64_t oldIndex; member
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.h | 170 void FireChangedEvent(int32_t oldIndex, int32_t newIndex) const;
|
H A D | render_stepper.cpp | 575 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 D | material_component_manager.cpp | 238 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 D | element_proxy.cpp | 1351 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 D | swiper_pattern.cpp | 196 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 D | auth_session_fsm.c | 744 authFsm->info.oldIndex = key.keyIndex; in RecoveryFastAuthKey()
|
H A D | auth_manager.c | 741 sessionKeyIndex = info->oldIndex; in AuthManagerSetSessionKey()
|