Searched refs:NotifyIncomingCallRejected (Results 1 - 4 of 4) sorted by relevance
/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);
|
/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, "")); 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 D | call_request_process.cpp | 542 DelayedSingleton<CallControlManager>::GetInstance()->NotifyIncomingCallRejected(call, isSendSms, content); in RejectRequest()
|
H A D | call_control_manager.cpp | 582 bool CallControlManager::NotifyIncomingCallRejected( in NotifyIncomingCallRejected() function in OHOS::Telephony::CallControlManager
|
Completed in 7 milliseconds