Home
last modified time | relevance | path

Searched refs:MSG_ESTABLISH_DATA_CONNECTION (Results 1 - 4 of 4) sorted by relevance

/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h39 static const int32_t MSG_ESTABLISH_DATA_CONNECTION = BASE + 12; member in OHOS::Telephony::CellularDataEventCode
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp638 !HasInnerEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION)) { in CheckApnState()
641 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id, ESTABLISH_DATA_CONNECTION_DELAY); in CheckApnState()
992 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, apnId, 0); in RetryToSetupDatacall()
1015 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, apnId, 0); in HandleSortConnection()
1076 InnerEvent::Pointer innerEvent = InnerEvent::Get(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id); in SendEstablishDataConnectionEvent()
1542 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id, ESTABLISH_DATA_CONNECTION_DELAY); in HandleApnChanged()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h219 { CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, member in OHOS::Telephony::CellularDataHandler::CellularDataEventCode
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp636 ASSERT_FALSE(controller.cellularDataHandler_->HasInnerEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION)); in HWTEST_F()
639 ASSERT_FALSE(controller.cellularDataHandler_->HasInnerEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION)); in HWTEST_F()
643 ASSERT_FALSE(controller.cellularDataHandler_->HasInnerEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION)); in HWTEST_F()

Completed in 9 milliseconds