Searched refs:NotifyIncomingCallRejected (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 65 …bool NotifyIncomingCallRejected(sptr<CallBase> &callObjectPtr, bool isSendSms, std::string content…
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 647 ASSERT_FALSE(callControlManager->NotifyIncomingCallRejected(callObjectPtr, false, "")); 657 ASSERT_FALSE(callControlManager->NotifyIncomingCallRejected(callObjectPtr, false, "")); 668 ASSERT_TRUE(callControlManager->NotifyIncomingCallRejected(callObjectPtr, false, ""));
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_request_process.cpp | 542 …DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallRejected(call, isSendSms, c… in RejectRequest()
|
H A D | call_control_manager.cpp | 581 bool CallControlManager::NotifyIncomingCallRejected( in NotifyIncomingCallRejected() function in OHOS::Telephony::CallControlManager
|