Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp510 int testSim = DEFAULT_VALUE; in TestIsSimActive() local
511 std::cin >> testSim; in TestIsSimActive()
512 bool result = g_telephonyService->IsSimActive(testSim); in TestIsSimActive()
827 int testSim = DEFAULT_VALUE; in TestGetSimSubscriptionInfo() local
828 std::cin >> testSim; in TestGetSimSubscriptionInfo()
833 int32_t result = g_telephonyService->GetSimAccountInfo(testSim, iccAccountInfo); in TestGetSimSubscriptionInfo()