Home
last modified time | relevance | path

Searched refs:MsgEstablishDataConnection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h95 void MsgEstablishDataConnection(const AppExecFwk::InnerEvent::Pointer &event);
199 … [this](const AppExecFwk::InnerEvent::Pointer &event) { MsgEstablishDataConnection(event); } },
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp224 cellularDataHandler.MsgEstablishDataConnection(event);
287 cellularDataHandler.MsgEstablishDataConnection(event);
373 controller.cellularDataHandler_->MsgEstablishDataConnection(event);
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp912 void CellularDataHandler::MsgEstablishDataConnection(const InnerEvent::Pointer &event) in MsgEstablishDataConnection() function in OHOS::Telephony::CellularDataHandler