Searched refs:MSG_ESTABLISH_DATA_CONNECTION (Results 1 - 4 of 4) sorted by relevance
/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_event_code.h | 39 static const int32_t MSG_ESTABLISH_DATA_CONNECTION = BASE + 12; member in OHOS::Telephony::CellularDataEventCode
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 638 !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 D | cellular_data_handler.h | 219 { CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, member in OHOS::Telephony::CellularDataHandler::CellularDataEventCode
|
/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 636 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