Searched refs:NotifyCallStateUpdated (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 63 …bool NotifyCallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState n…
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 643 ASSERT_FALSE(callControlManager->NotifyCallStateUpdated(callObjectPtr, priorState, nextState)); 655 ASSERT_FALSE(callControlManager->NotifyCallStateUpdated(callObjectPtr, priorState, nextState)); 666 ASSERT_TRUE(callControlManager->NotifyCallStateUpdated(callObjectPtr, priorState, nextState));
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 525 if (DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated( in AnsweredVoipCallHandle() 999 DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated( in AutoAnswerForVoiceCall() 1089 …if (!DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated(call, priorState,… in UpdateCallState()
|
H A D | call_control_manager.cpp | 234 …NotifyCallStateUpdated(call, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_ANSWERE… in AnswerCall() 529 bool CallControlManager::NotifyCallStateUpdated( in NotifyCallStateUpdated() function in OHOS::Telephony::CallControlManager
|