Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp112 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(DEFAULT_SIM_SLOT_ID); in GetIntelligenceSwitchState()
154 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(DEFAULT_SIM_SLOT_ID); in IsCellularDataEnabled()
174 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(DEFAULT_SIM_SLOT_ID); in EnableCellularData()
194 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(DEFAULT_SIM_SLOT_ID); in EnableIntelligenceSwitch()
205 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in GetCellularDataState()
220 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in GetApnState()
249 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in IsCellularDataRoamingEnabled()
266 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in EnableCellularDataRoaming()
365 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotId); in ReleaseNet()
385 std::shared_ptr<CellularDataController> cellularDataController = GetCellularDataController(slotI in RemoveUid()
699 std::shared_ptr<CellularDataController> CellularDataService::GetCellularDataController(int32_t slotId) GetCellularDataController() function in OHOS::Telephony::CellularDataService
[all...]
/base/telephony/cellular_data/services/include/
H A Dcellular_data_service.h101 std::shared_ptr<CellularDataController> GetCellularDataController(int32_t slotId);
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp699 ASSERT_FALSE(service.GetCellularDataController(DEFAULT_SIM_SLOT_ID) != nullptr); in HWTEST_F()
700 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID) != nullptr); in HWTEST_F()
701 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID_TWO) != nullptr); in HWTEST_F()
736 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID) != nullptr); in HWTEST_F()
737 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID_TWO) != nullptr); in HWTEST_F()
795 ASSERT_FALSE(service.GetCellularDataController(DEFAULT_SIM_SLOT_ID) != nullptr); in HWTEST_F()
796 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID) != nullptr); in HWTEST_F()
797 ASSERT_FALSE(service.GetCellularDataController(INVALID_SLOTID_TWO) != nullptr); in HWTEST_F()

Completed in 6 milliseconds