/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | dark_state.cpp | 58 bool DarkState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid() argument 60 if (nextState == StandbyState::MAINTENANCE) { in CheckTransitionValid()
|
H A D | sleep_state.cpp | 144 bool SleepState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid() argument 146 if (nextState == StandbyState::NAP) { in CheckTransitionValid()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_state_manager.cpp | 54 #define CASE_OF_STATE_TRANSITION(command, nextState, nextStateName) \ 58 state_ = ImageLoadingState::nextState; \
|
/foundation/resourceschedule/device_standby/plugins/ext/include/ |
H A D | istate_manager_adapter.h | 44 virtual ErrCode TransitToState(uint32_t nextState) = 0; 45 virtual ErrCode TransitToStateInner(uint32_t nextState) = 0;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_retransmission.c | 76 void SendFileDataAck(DFileTrans *dFileTrans, DFileReceiveState *nextState) in SendFileDataAck() argument 79 *nextState = STATE_RECEIVE_FILE_DATA_ONGOING; in SendFileDataAck()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | AudioStream.cpp | 89 StreamState nextState = state; in waitForStateTransition() local 92 Result result = waitForStateChange(state, &nextState, timeoutNanoseconds); in waitForStateTransition() 98 if (nextState != endingState) { in waitForStateTransition()
|
H A D | FilterAudioStream.h | 118 StreamState *nextState, 120 return mChildStream->waitForStateChange(inputState, nextState, timeoutNanoseconds);
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_main_statemachine.cpp | 117 int nextState = NO_NEXT_STATE; in MainSmEventHandle() local 122 nextState = iter.nextState_; in MainSmEventHandle() 131 if (nextState >= MAINSTATE_INIT && nextState < MAINSTATE_MAX) { in MainSmEventHandle() 132 MainSmStateSwitch(nextState); in MainSmEventHandle()
|
H A D | networkshare_sub_statemachine.cpp | 198 int nextState = NO_NEXT_STATE; in SubSmEventHandle() local 203 nextState = iterState.nextState_; in SubSmEventHandle() 212 if (nextState >= SUBSTATE_INIT && nextState < SUBSTATE_MAX) { in SubSmEventHandle() 213 SubSmStateSwitch(nextState); in SubSmEventHandle()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ThaiStateTable.java | 21 static int nextState = 0; field in ThaiStateTable 33 return nextState++; in newState()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_retransmission.h | 34 void SendFileDataAck(DFileTrans *dFileTrans, DFileReceiveState *nextState);
|
/foundation/resourceschedule/device_standby/plugins/standby_state/include/ |
H A D | maintenance_state.h | 28 bool CheckTransitionValid(uint32_t nextState) override;
|
H A D | nap_state.h | 29 bool CheckTransitionValid(uint32_t nextState) override;
|
H A D | dark_state.h | 30 bool CheckTransitionValid(uint32_t nextState) override;
|
H A D | working_state.h | 30 bool CheckTransitionValid(uint32_t nextState) override;
|
H A D | sleep_state.h | 31 bool CheckTransitionValid(uint32_t nextState) override;
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse_decompress.c | 151 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable_wksp() local 152 tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); in FSE_buildDTable_wksp() 153 tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_wksp()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioStreamOpenSLES.cpp | 367 StreamState *nextState, in waitForStateChange() 375 if (nextState != nullptr) { in waitForStateChange() 376 *nextState = state; in waitForStateChange() 366 waitForStateChange(StreamState currentState, StreamState *nextState, int64_t timeoutNanoseconds) waitForStateChange() argument
|
H A D | AudioStreamOpenSLES.h | 78 StreamState *nextState,
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
H A D | AudioStreamAAudio.cpp | 452 StreamState *nextState, in waitForStateChange() 466 if (nextState != nullptr) { in waitForStateChange() 467 *nextState = StreamState::Closed; in waitForStateChange() 491 if (nextState != nullptr) { in waitForStateChange() 492 *nextState = static_cast<StreamState>(aaudioNextState); in waitForStateChange() 451 waitForStateChange(StreamState currentState, StreamState *nextState, int64_t timeoutNanoseconds) waitForStateChange() argument
|
H A D | AudioStreamAAudio.h | 77 StreamState *nextState,
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | LatencyAnalyzer.h | 516 echo_state nextState = mState; variable 527 nextState = STATE_IN_PULSE; 536 nextState = STATE_GOT_DATA; 546 mState = nextState;
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | hi_state_machine.h | 68 void Transition(HiState &nextState);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/sensor_fold_state_manager/ |
H A D | sensor_fold_state_manager.h | 40 void HandleSensorChange(FoldStatus nextState, float angle, sptr<FoldScreenPolicy> foldScreenPolicy);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucasemap.cpp | 579 uint32_t nextState = 0; in toUpper() local 583 nextState |= (state & AFTER_CASED); in toUpper() 586 nextState |= AFTER_CASED; in toUpper() 622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper() 714 state = nextState; in toUpper()
|