Home
last modified time | relevance | path

Searched refs:MSG_SM_CONNECT (Results 1 - 9 of 9) sorted by relevance

/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h27 static const int32_t MSG_SM_CONNECT = BASE + 0; member in OHOS::Telephony::CellularDataEventCode
/base/telephony/cellular_data/services/include/state_machine/
H A Ddefault.h50 { CellularDataEventCode::MSG_SM_CONNECT, member in OHOS::Telephony::Default::CellularDataEventCode
H A Dactive.h58 { CellularDataEventCode::MSG_SM_CONNECT, member in OHOS::Telephony::Active::CellularDataEventCode
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp634 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
655 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
675 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
696 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
715 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
735 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
755 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
775 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
795 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
815 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
[all...]
H A Dcellualr_data_branch_test.cpp133 event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
168 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT, 1); in HWTEST_F()
399 event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT); in HWTEST_F()
/base/telephony/cellular_data/services/src/state_machine/
H A Dinactive.cpp89 case CellularDataEventCode::MSG_SM_CONNECT: { in StateProcess()
90 TELEPHONY_LOGD("Inactive::MSG_SM_CONNECT"); in StateProcess()
H A Ddisconnecting.cpp137 case CellularDataEventCode::MSG_SM_CONNECT: in StateProcess()
138 TELEPHONY_LOGI("Disconnecting::MSG_SM_CONNECT"); in StateProcess()
H A Dactivating.cpp183 case CellularDataEventCode::MSG_SM_CONNECT: in StateProcess()
184 TELEPHONY_LOGI("Activating::MSG_SM_CONNECT"); in StateProcess()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp772 TELEPHONY_LOGI("Slot%{public}d: MSG_SM_CONNECT profileId:%{public}d type:%{public}s networkType:%{public}d", in EstablishDataConnection()
774 InnerEvent::Pointer event = InnerEvent::Get(CellularDataEventCode::MSG_SM_CONNECT, object); in EstablishDataConnection()

Completed in 10 milliseconds