Home
last modified time | relevance | path

Searched defs:nextState (Results 1 – 25 of 67) sorted by relevance

123

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.cpp185 int32_t HeadsetWakeupEngineImpl::HandleInit(const StateMsg & /* msg */, State &nextState) in HandleInit()
213 int32_t HeadsetWakeupEngineImpl::HandleInitDone(const StateMsg &msg, State &nextState) in HandleInitDone()
238 int32_t HeadsetWakeupEngineImpl::HandleStart(const StateMsg & /* msg */, State &nextState) in HandleStart()
311 int32_t HeadsetWakeupEngineImpl::HandleStop(const StateMsg & /* msg */, State &nextState) in HandleStop()
319 int32_t HeadsetWakeupEngineImpl::HandleRecognizeComplete(const StateMsg &msg, State &nextState) in HandleRecognizeComplete()
343 int32_t HeadsetWakeupEngineImpl::HandleStartCapturer(const StateMsg &msg, State &nextState) in HandleStartCapturer()
369 int32_t HeadsetWakeupEngineImpl::HandleStopCapturer(const StateMsg & /* msg */, State &nextState) in HandleStopCapturer()
377 …2_t HeadsetWakeupEngineImpl::HandleRecognizingTimeout(const StateMsg & /* msg */, State &nextState) in HandleRecognizingTimeout()
387 int32_t HeadsetWakeupEngineImpl::HandleResetAdapter(const StateMsg & /* msg */, State &nextState) in HandleResetAdapter()
412 int32_t HeadsetWakeupEngineImpl::HandleRelease(const StateMsg & /* msg */, State &nextState) in HandleRelease()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp375 int32_t WakeupEngineImpl::HandleInit(const StateMsg & /* msg */, State &nextState) in HandleInit()
410 int32_t WakeupEngineImpl::HandleInitDone(const StateMsg &msg, State &nextState) in HandleInitDone()
435 int32_t WakeupEngineImpl::HandleStart(const StateMsg &msg, State &nextState) in HandleStart()
487 int32_t WakeupEngineImpl::HandleStop(const StateMsg & /* msg */, State &nextState) in HandleStop()
495 int32_t WakeupEngineImpl::HandleRecognizeComplete(const StateMsg &msg, State &nextState) in HandleRecognizeComplete()
519 int32_t WakeupEngineImpl::HandleStartCapturer(const StateMsg &msg, State &nextState) in HandleStartCapturer()
550 int32_t WakeupEngineImpl::HandleStopCapturer(const StateMsg & /* msg */, State &nextState) in HandleStopCapturer()
559 int32_t WakeupEngineImpl::HandleRecognizingTimeout(const StateMsg & /* msg */, State &nextState) in HandleRecognizingTimeout()
583 int32_t WakeupEngineImpl::HandleResetAdapter(const StateMsg & /* msg */, State &nextState) in HandleResetAdapter()
613 int32_t WakeupEngineImpl::HandleRelease(const StateMsg & /* msg */, State &nextState) in HandleRelease()
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp38 sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated()
52 void CallStateReportProxy::UpdateCallState(sptr<CallBase> &callObjectPtr, TelCallState nextState) in UpdateCallState()
105 TelCallState nextState = TelCallState::CALL_STATUS_IDLE; in GetVoipCallState() local
125 …llStateReportProxy::UpdateCallStateForSlotId(sptr<CallBase> &callObjectPtr, TelCallState nextState) in UpdateCallStateForSlotId()
/ohos5.0/base/security/security_guard/test/unittest/config_manager/resource/
H A Drelated_event_analysis.json18 "nextState":"s1" string
30 "nextState": "s1" string
44 "nextState":"s3" string
56 "nextState":"s4" string
68 "nextState":"end" string
80 "nextState":"init" string
H A Drelated_event_analysis_update.json18 "nextState":"s1" string
30 "nextState": "s1" string
44 "nextState":"s3" string
56 "nextState":"s4" string
68 "nextState":"end" string
80 "nextState":"init" string
/ohos5.0/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp48 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in IncomingCallNotificationFunc() local
72 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in IncomingCallWakeupFunc() local
95 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ProximitySensorFunc() local
116 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in StatusBarFunc() local
140 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in WiredHeadsetHandlerFunc() local
189 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in MissedCallNotificationFunc() local
214 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in RejectCallSmsFunc() local
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp209 ErrCode StateManagerAdapter::TransitToState(uint32_t nextState) in TransitToState()
228 ErrCode StateManagerAdapter::ExitStandby(uint32_t nextState) in ExitStandby()
242 bool StateManagerAdapter::CheckTransitionValid(uint32_t curState, uint32_t nextState) in CheckTransitionValid()
252 ErrCode StateManagerAdapter::EnterStandby(uint32_t nextState) in EnterStandby()
263 ErrCode StateManagerAdapter::TransitWithMaint(uint32_t nextState) in TransitWithMaint()
268 ErrCode StateManagerAdapter::TransitToStateInner(uint32_t nextState) in TransitToStateInner()
H A Dmaintenance_state.cpp51 bool MaintenanceState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid()
H A Ddark_state.cpp58 bool DarkState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid()
H A Dworking_state.cpp66 bool WorkingState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c338 static void SendFileHeader(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileHeader()
479 static void WaitForFileHeaderConfirm(DFileTrans *dFileTrans, DFileSendState *nextState) in WaitForFileHeaderConfirm()
511 static void SendFileDataOngoing(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileDataOngoing()
601 static void SetSendState(DFileTrans *dFileTrans, DFileSendState nextState) in SetSendState()
650 DFileSendState nextState = dFileTrans->sendState; in SenderFsm() local
786 static void SendFileHeaderConfirm(DFileTrans *dFileTrans, DFileReceiveState *nextState) in SendFileHeaderConfirm()
863 static uint8_t ReceiverIdleTimeout(DFileTrans *dFileTrans, DFileReceiveState *nextState) in ReceiverIdleTimeout()
1035 static void SetReceiveStateHandle(DFileTrans *dFileTrans, DFileReceiveState nextState) in SetReceiveStateHandle()
1059 static void SetReceiveState(DFileTrans *dFileTrans, DFileReceiveState nextState) in SetReceiveState()
1100 DFileReceiveState nextState = dFileTrans->recvState; in ReceiverFsm() local
[all …]
H A Dnstackx_dfile_retransmission.c76 void SendFileDataAck(DFileTrans *dFileTrans, DFileReceiveState *nextState) in SendFileDataAck()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/sensor_fold_state_manager/
H A Dsingle_display_sensor_pocket_fold_state_manager.cpp80 FoldStatus nextState = GetNextFoldState(angle, hall); in HandleAngleChange() local
102 FoldStatus nextState = GetNextFoldState(angle, hall); in HandleHallChange() local
267 FoldStatus nextState = GetNextFoldState(currentAngle_, currentHall_); in HandleTentChange() local
295 FoldStatus nextState = GetNextFoldState(angle, hall); in TentModeHandleSensorChange() local
H A Dsingle_display_sensor_fold_state_manager.cpp49 FoldStatus nextState = GetNextFoldState(angle, hall); in HandleAngleChange() local
56 FoldStatus nextState = GetNextFoldState(angle, hall); in HandleHallChange() local
H A Ddual_display_sensor_fold_state_manager.cpp83 FoldStatus nextState = GetNextFoldState(angle, hall); in HandleAngleChange() local
101 FoldStatus nextState = GetNextFoldState(angle, hall); in HandleHallChange() local
/ohos5.0/base/useriam/face_auth/services_ex/src/
H A Dfinite_state_machine_builder.cpp41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition()
52 uint32_t nextState) in MakeTransition()
/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dfinite_state_machine_builder.cpp41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition()
52 uint32_t nextState) in MakeTransition()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_state_machine.cpp123 int nextState = eventIter->second->GetNextState(); in StateChangeProcess() local
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstate_manager.cpp26 int StateActions::Handle(const StateMsg &msg, State &nextState) in Handle()
119 State nextState = currState_->first; in HandleMsg() local
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine.cpp134 void HiStateMachine::Transition(HiState &nextState) in Transition()
269 HiState *nextState = m_currentState->FindTransition(msg.what); in OnMessageReceived() local
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_state_listener_base.h34 …id CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dstatus_bar.cpp64 …CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) {} in CallStateUpdated()
H A Dproximity_sensor.cpp53 sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp43 const SystemAbilityState nextState) in AbilityStateTransitionLocked()
104 SystemProcessState nextState) in ProcessStateTransitionLocked()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_state_manager.cpp54 #define CASE_OF_STATE_TRANSITION(command, nextState, nextStateName) \ argument

123