Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h65 …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 Dzero_branch3_test.cpp647 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 Dcall_request_process.cpp542 …DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallRejected(call, isSendSms, c… in RejectRequest()
H A Dcall_control_manager.cpp581 bool CallControlManager::NotifyIncomingCallRejected( in NotifyIncomingCallRejected() function in OHOS::Telephony::CallControlManager