Home
last modified time | relevance | path

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

/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp371 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
372 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
373 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()
409 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
410 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
411 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_calloperation_test.cpp1234 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
1235 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
1236 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()
1272 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
1273 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
1274 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()
H A Dcs2_test.cpp419 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
420 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
421 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()
457 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
458 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
459 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims1_test.cpp777 auto sendDtmfRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
778 ASSERT_TRUE(sendDtmfRemote != nullptr); in HWTEST_F()
779 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote); in HWTEST_F()

Completed in 7 milliseconds