Home
last modified time | relevance | path

Searched refs:Active (Results 1 - 8 of 8) sorted by relevance

/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp28 void Active::StateBegin() in StateBegin()
42 void Active::StateEnd() in StateEnd()
47 bool Active::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess()
64 bool Active::ProcessConnectDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessConnectDone()
66 TELEPHONY_LOGI("Active::MSG_SM_CONNECT"); in ProcessConnectDone()
70 bool Active::ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessDisconnectDone()
72 TELEPHONY_LOGI("Active::MSG_SM_DISCONNECT"); in ProcessDisconnectDone()
105 bool Active::ProcessDisconnectAllDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessDisconnectAllDone()
107 TELEPHONY_LOGI("Active::MSG_SM_DISCONNECT_ALL"); in ProcessDisconnectAllDone()
138 bool Active
[all...]
H A Dcellular_data_state_machine.cpp176 activeState_ = std::make_unique<Active>( in Init()
177 std::weak_ptr<CellularDataStateMachine>(shared_from_this()), "Active").release(); in Init()
/base/telephony/cellular_data/services/include/state_machine/
H A Dactive.h29 class Active : public State { class
31 Active(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Active() function in OHOS::Telephony::Active
34 virtual ~Active() = default;
H A Dcellular_data_state_machine.h98 friend class Active;
/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
H A Dupdateactivemachine_fuzzer.cpp43 sptr<Active> active = in UpdateActiveMachineFuzz()
44 std::make_unique<Active>(std::weak_ptr<CellularDataStateMachine>(cellularMachine), "Active").release(); in UpdateActiveMachineFuzz()
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp832 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
851 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
870 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
889 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
909 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
929 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
948 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
968 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
987 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
1009 auto active = static_cast<Active *>(cellularMachin in HWTEST_F()
[all...]
H A Dcellualr_data_branch_test.cpp93 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
732 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()
H A Dzero_branch_test.cpp1334 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); in HWTEST_F()

Completed in 11 milliseconds