Home
last modified time | relevance | path

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

/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp104 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
105 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
106 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()
136 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
137 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
138 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp590 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
591 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
592 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()
629 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
630 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
631 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()
H A Dcs_calloperation_test.cpp475 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
476 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
477 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()
514 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
515 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
516 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims1_test.cpp408 auto hangUpCallRemote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in HWTEST_F() local
409 ASSERT_TRUE(hangUpCallRemote != nullptr); in HWTEST_F()
410 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote); in HWTEST_F()

Completed in 7 milliseconds