Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h65 bool NotifyIncomingCallRejected(sptr<CallBase> &callObjectPtr, bool isSendSms, std::string content);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp647 ASSERT_FALSE(callControlManager->NotifyIncomingCallRejected(callObjectPtr, false, "")); in HWTEST_F()
657 ASSERT_FALSE(callControlManager->NotifyIncomingCallRejected(callObjectPtr, false, "")); in HWTEST_F()
668 ASSERT_TRUE(callControlManager->NotifyIncomingCallRejected(callObjectPtr, false, "")); in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp542 DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallRejected(call, isSendSms, content); in RejectRequest()
H A Dcall_control_manager.cpp582 bool CallControlManager::NotifyIncomingCallRejected( in NotifyIncomingCallRejected() function in OHOS::Telephony::CallControlManager

Completed in 7 milliseconds