Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp203 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in GetCellularDataState()
218 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in GetApnState()
247 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in IsCellularDataRoamingEnabled()
264 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in EnableCellularDataRoaming()
354 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in ReleaseNet()
374 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in RequestNet()
384 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in DispatchEvent()
404 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in HandleApnChanged()
458 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in GetCellularDataFlowType()
498 …std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in GetStateMachineCurrentStatusDump()
[all …]
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_service.h94 std::shared_ptr<CellularDataController> GetCellularDataController(int32_t slotId);
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp523 ASSERT_FALSE(service.GetCellularDataController(DEFAULT_SIM_SLOT_ID) != nullptr);
524 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID) != nullptr);
525 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID_TWO) != nullptr);
563 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID) != nullptr);
564 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID_TWO) != nullptr);
622 ASSERT_FALSE(service.GetCellularDataController(DEFAULT_SIM_SLOT_ID) != nullptr);
623 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID) != nullptr);
624 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID_TWO) != nullptr);