Searched defs:pendingIndex (Results 1 – 5 of 5) sorted by relevance
47 void FfiOHOSAceFrameworkStepperOnNext(void (*callback)(int32_t index, int32_t pendingIndex)) in FfiOHOSAceFrameworkStepperOnNext()52 void FfiOHOSAceFrameworkStepperOnPrevious(void (*callback)(int32_t index, int32_t pendingIndex)) in FfiOHOSAceFrameworkStepperOnPrevious()
80 void FireNextEvent(int32_t index, int32_t pendingIndex) const in FireNextEvent()87 void FirePreviousEvent(int32_t index, int32_t pendingIndex) const in FirePreviousEvent()
595 void RenderStepper::FireNextEvent(int32_t currentIndex, int32_t& pendingIndex) in FireNextEvent()614 void RenderStepper::FireBackEvent(int32_t currentIndex, int32_t& pendingIndex) in FireBackEvent()
86 auto pendingIndex = controller_->GetPendingIndex(); in FlushIndex() local
83 auto pendingIndex = controller->GetPendingIndex(); in FlushIndex() local