/base/account/os_account/services/accountmgr/src/ |
H A D | account_state_machine.cpp | 123 int nextState = eventIter->second->GetNextState();
in StateChangeProcess() local
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_state_listener_base.h | 34 virtual void CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated() argument
|
/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | proximity_sensor.cpp | 52 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
H A D | status_bar.cpp | 64 void StatusBar::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) {} in CallStateUpdated() argument
|
H A D | incoming_call_wake_up.cpp | 112 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
H A D | incoming_call_notification.cpp | 45 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
H A D | wired_headset.cpp | 85 void WiredHeadset::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated() argument
|
H A D | reject_call_sms.cpp | 56 void RejectCallSms::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) in CallStateUpdated() argument
|
H A D | missed_call_notification.cpp | 49 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
H A D | call_records_manager.cpp | 96 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
/base/useriam/face_auth/services_ex/src/ |
H A D | finite_state_machine_builder.cpp | 40 MakeTransition(uint32_t state, uint32_t event, uint32_t nextState, const FiniteStateMachine::Action &action) MakeTransition() argument 51 MakeTransition(uint32_t state, uint32_t event, uint32_t nextState) MakeTransition() argument
|
/base/useriam/user_auth_framework/services/base/src/ |
H A D | finite_state_machine_builder.cpp | 40 MakeTransition(uint32_t state, uint32_t event, uint32_t nextState, const FiniteStateMachine::Action &action) MakeTransition() argument 51 MakeTransition(uint32_t state, uint32_t event, uint32_t nextState) MakeTransition() argument
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_state_listener.cpp | 84 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 52 void CallStateReportProxy::UpdateCallState(sptr<CallBase> &callObjectPtr, TelCallState nextState) in UpdateCallState() argument 105 TelCallState nextState = TelCallState::CALL_STATUS_IDLE; in GetVoipCallState() local 37 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument 125 UpdateCallStateForSlotId(sptr<CallBase> &callObjectPtr, TelCallState nextState) UpdateCallStateForSlotId() argument [all...] |
H A D | call_ability_report_proxy.cpp | 109 CallStateUpdated( sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState) CallStateUpdated() argument
|
/base/telephony/call_manager/test/fuzztest/callvoiceassistantmanager_fuzzer/ |
H A D | callvoiceassistantmanager_fuzzer.cpp | 44 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ListenCallStateFunc() local
|
/base/telephony/call_manager/test/unittest/call_voice_assistant_test/src/ |
H A D | call_voice_assistant_test.cpp | 61 TelCallState nextState = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() local
|
/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/ |
H A D | callnotification_fuzzer.cpp | 48 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 188 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); MissedCallNotificationFunc() local 213 TelCallState nextState = static_cast<TelCallState>(size % CALL_STATE_NUM); RejectCallSmsFunc() local [all...] |
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | mk_agree.c | 53 int32_t nextState; member
|
H A D | auth_code_import.c | 79 int32_t nextState; member
|
/base/telephony/call_manager/services/satellite_call/src/ |
H A D | satellite_call_control.cpp | 129 HandleSatelliteCallStateUpdate(sptr<CallBase> &call, TelCallState priorState, TelCallState nextState) HandleSatelliteCallStateUpdate() argument
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 62 TelCallState nextState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in CSCallFunc() local
|
/base/hiviewdfx/hiview/plugins/unified_collector/ |
H A D | unified_collector.cpp | 214 auto nextState = std::make_shared<StartTraceState>(appTraceContext_, appCallerEvent, shared_from_this());
in OnStartAppTrace() local 220 auto nextState = std::make_shared<DumpTraceState>(appTraceContext_, appCallerEvent, shared_from_this());
in OnDumpAppTrace() local 226 auto nextState = std::make_shared<StopTraceState>(appTraceContext_, appCallerEvent);
in OnStopAppTrace() local
|
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_state.cpp | 595 FaultStateType nextState = PROC_REPORT_STATE; in ChangeNextState() local 650 FaultStateType nextState = PROC_FINISHED_STATE; in ChangeNextState() local
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch5_test.cpp | 394 TelCallState nextState = TelCallState::CALL_STATUS_ALERTING; in HWTEST_F() local
|