Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h63 …bool NotifyCallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState n…
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp643 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 Dcall_status_manager.cpp525 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 Dcall_control_manager.cpp234NotifyCallStateUpdated(call, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_ANSWERE… in AnswerCall()
529 bool CallControlManager::NotifyCallStateUpdated( in NotifyCallStateUpdated() function in OHOS::Telephony::CallControlManager