Home
last modified time | relevance | path

Searched refs:startDtmfRemote (Results 1 - 4 of 4) sorted by relevance

/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp236 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
237 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
238 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()
274 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
275 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
276 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_calloperation_test.cpp1099 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
1100 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
1101 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()
1137 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
1138 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
1139 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()
H A Dcs2_test.cpp284 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
285 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
286 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()
322 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
323 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
324 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims1_test.cpp709 auto startDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
710 ASSERT_TRUE(startDtmfRemote != nullptr); in HWTEST_F()
711 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote); in HWTEST_F()

Completed in 7 milliseconds