Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/state_machine/
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()
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()
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()
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()
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()