Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h62 bool NotifyCallDestroyed(const DisconnectedDetails &details);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp520 bool CallControlManager::NotifyCallDestroyed(const DisconnectedDetails &details) in NotifyCallDestroyed() function in OHOS::Telephony::CallControlManager
H A Dcall_status_manager.cpp267 bool ret = DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallDestroyed(details); in HandleDisconnectedCause()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp645 ASSERT_FALSE(callControlManager->NotifyCallDestroyed(details));