Home
last modified time | relevance | path

Searched refs:Activating (Results 1 – 5 of 5) sorted by relevance

/base/telephony/cellular_data/services/include/state_machine/
Dactivating.h29 class Activating : public State {
31 Activating(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Activating() function
34 virtual ~Activating() = default;
Dcellular_data_state_machine.h85 friend class Activating; variable
/base/telephony/cellular_data/services/src/state_machine/
Dactivating.cpp27 void Activating::StateBegin() in StateBegin()
39 void Activating::StateEnd() in StateEnd()
45 bool Activating::RilActivatePdpContextDone(const AppExecFwk::InnerEvent::Pointer &event) in RilActivatePdpContextDone()
93 DisConnectionReason Activating::DataCallPdpError(int32_t reason) in DataCallPdpError()
136 bool Activating::RilErrorResponse(const AppExecFwk::InnerEvent::Pointer &event) in RilErrorResponse()
182 void Activating::ProcessConnectTimeout(const AppExecFwk::InnerEvent::Pointer &event) in ProcessConnectTimeout()
204 bool Activating::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess()
Dcellular_data_state_machine.cpp154 activatingState_ = std::make_unique<Activating>( in Init()
/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/
Dupdateinactivemachine_fuzzer.cpp48 sptr<Activating> activating = in UpdateInActiveMachineFuzz()
49 …std::make_unique<Activating>(std::weak_ptr<CellularDataStateMachine>(cellularMachine), "Activating… in UpdateInActiveMachineFuzz()