Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dactivating.h29 Activating(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Activating() argument
30 : State(std::move(name)), stateMachine_(std::move(cellularService)) in Activating()
H A Ddisconnecting.h29 Disconnecting(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Disconnecting() argument
30 : State(std::move(name)), stateMachine_(std::move(cellularService)) in Disconnecting()
H A Dinactive.h29 Inactive(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Inactive() argument
30 : State(std::move(name)), stateMachine_(std::move(cellularService)) in Inactive()
H A Ddefault.h30 Default(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Default() argument
31 : State(std::move(name)), stateMachine_(std::move(cellularService)) in Default()
H A Dactive.h31 Active(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Active() argument
32 : State(std::move(name)), stateMachine_(std::move(cellularService)) in Active()