Home
last modified time | relevance | path

Searched defs:stateMachine (Results 1 – 21 of 21) sorted by relevance

/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
Daccount_state_machine_test.cpp51 AccountStateMachine stateMachine; variable
67 AccountStateMachine stateMachine; variable
90 AccountStateMachine stateMachine; variable
113 AccountStateMachine stateMachine; variable
136 AccountStateMachine stateMachine; variable
166 AccountStateMachine stateMachine; variable
196 AccountStateMachine stateMachine; variable
226 AccountStateMachine stateMachine; variable
256 AccountStateMachine stateMachine; variable
286 AccountStateMachine stateMachine; variable
[all …]
/base/powermgr/power_manager/test/unittest/src/
Dnative_power_state_machine_test.cpp55 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
92 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
123 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
167 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
221 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
258 auto stateMachine = std::make_shared<PowerStateMachine>(nullptr); variable
286 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
Drunning_lock_native_test.cpp52 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
95 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
145 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
178 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
218 auto stateMachine = std::make_shared<PowerStateMachine>(pmsTest); variable
341 auto stateMachine = pmsTest_->GetPowerStateMachine(); variable
Dpower_service_mock_test.cpp113 std::shared_ptr<PowerStateMachine> stateMachine = nullptr; variable
161 std::shared_ptr<PowerStateMachine> stateMachine = nullptr; variable
Dpower_mgr_service_native_test.cpp53 auto stateMachine = std::make_shared<PowerStateMachine>(g_pmsTest); in SetUp() local
Dpower_getcontroller_mock_test.cpp279 std::shared_ptr<PowerStateMachine> stateMachine = nullptr; variable
/base/telephony/cellular_data/services/src/state_machine/
Dactivating.cpp30 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateBegin() local
51 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in RilActivatePdpContextDone() local
138 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in RilErrorResponse() local
189 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessConnectTimeout() local
210 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateProcess() local
Ddisconnecting.cpp30 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateBegin() local
52 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectTimeout() local
73 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateProcess() local
Ddefault.cpp40 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateProcess() local
65 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectDone() local
81 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectAllDone() local
97 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDataConnectionDrsOrRatChanged() local
Dinactive.cpp28 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateBegin() local
76 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateProcess() local
108 void Inactive::SetStateMachine(const std::weak_ptr<CellularDataStateMachine> &stateMachine) in SetStateMachine()
Dactive.cpp29 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateBegin() local
71 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectDone() local
98 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectAllDone() local
116 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessLostConnection() local
159 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDataConnectionRoamOn() local
173 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDataConnectionRoamOff() local
186 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDataConnectionVoiceCallStartedOrEnded() local
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_dumper.cpp60 auto stateMachine = pms->GetPowerStateMachine(); in Dump() local
67 auto stateMachine = pms->GetPowerStateMachine(); in Dump() local
Drunning_lock_mgr.cpp90 auto stateMachine = pms->GetPowerStateMachine(); in InitLocksTypeScreen() local
126 auto stateMachine = pms->GetPowerStateMachine(); in InitLocksTypeBackground() local
157 auto stateMachine = pms->GetPowerStateMachine(); in InitLocksTypeProximity() local
862 auto stateMachine = pms->GetPowerStateMachine(); in OnClose() local
888 auto stateMachine = pms->GetPowerStateMachine(); in OnAway() local
Dpower_state_machine.cpp771 auto stateMachine = DelayedSpSingleton<PowerMgrService>::GetInstance()->GetPowerStateMachine(); in DisplayOffTimeUpdateFunc() local
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp50 …aConnectionManager::AddConnectionStateMachine(const std::shared_ptr<CellularDataStateMachine> &sta… in AddConnectionStateMachine()
58 …nnectionManager::RemoveConnectionStateMachine(const std::shared_ptr<CellularDataStateMachine> &sta… in RemoveConnectionStateMachine()
80 …taConnectionManager::AddActiveConnectionByCid(const std::shared_ptr<CellularDataStateMachine> &sta… in AddActiveConnectionByCid()
Dcellular_data_handler.cpp232 std::shared_ptr<CellularDataStateMachine> stateMachine = apn->GetCellularDataStateMachine(); in ClearConnection() local
605 … std::shared_ptr<CellularDataStateMachine> stateMachine = apnHolder->GetCellularDataStateMachine(); in EstablishDataConnectionComplete() local
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_holder.cpp118 void ApnHolder::SetCellularDataStateMachine(const std::shared_ptr<CellularDataStateMachine> &stateM… in SetCellularDataStateMachine()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_observer_test.cpp255 auto stateMachine = std::make_shared<StateMachine>(); variable
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp290 std::shared_ptr<CellularDataStateMachine> stateMachine = nullptr; variable
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_controller.cpp44 WakeupController::WakeupController(std::shared_ptr<PowerStateMachine>& stateMachine) in WakeupController()
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_controller.cpp42 …shared_ptr<ShutdownController>& shutdownController, std::shared_ptr<PowerStateMachine>& stateMachi… in SuspendController()