Home
last modified time | relevance | path

Searched refs:EnableCellularDataRoamingTest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp127 static int32_t EnableCellularDataRoamingTest(int32_t slotId, bool enable);
290 int32_t CellularDataTest::EnableCellularDataRoamingTest(int32_t slotId, bool enable) in EnableCellularDataRoamingTest() function in OHOS::Telephony::CellularDataTest
524 enable = CellularDataTest::EnableCellularDataRoamingTest(DATA_SLOT_ID_INVALID, true);
528 enable = CellularDataTest::EnableCellularDataRoamingTest(DATA_SLOT_ID_INVALID, false);
552 int32_t enabled = CellularDataTest::EnableCellularDataRoamingTest(SIM_SLOT_ID_1, true);
558 int32_t enable = CellularDataTest::EnableCellularDataRoamingTest(SIM_SLOT_ID_1, false);
564 enable = CellularDataTest::EnableCellularDataRoamingTest(DATA_SLOT_ID_INVALID, true);
568 enable = CellularDataTest::EnableCellularDataRoamingTest(DATA_SLOT_ID_INVALID, false);
734 enable = CellularDataTest::EnableCellularDataRoamingTest(DATA_SLOT_ID_INVALID, true);
739 enable = CellularDataTest::EnableCellularDataRoamingTest(DEFAULT_SIM_SLOT_ID - 1, false);
[all …]
/ohos5.0/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp261 static void EnableCellularDataRoamingTest() in EnableCellularDataRoamingTest() function in OHOS::Telephony::CellularDataCodeTest
450 { ENABLE_DATA_ROAMING_TEST, &EnableCellularDataRoamingTest }, in UnitTest()