Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/
Dcellular_data_handler.h68 std::shared_ptr<CellularDataStateMachine> FindIdleCellularDataConnection() const;
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp117 ASSERT_EQ(nullptr, cellularDataHandler.FindIdleCellularDataConnection());
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp500 std::shared_ptr<CellularDataStateMachine> CellularDataHandler::FindIdleCellularDataConnection() con… in FindIdleCellularDataConnection() function in OHOS::Telephony::CellularDataHandler
556 …::shared_ptr<CellularDataStateMachine> cellularDataStateMachine = FindIdleCellularDataConnection(); in EstablishDataConnection()