Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h63 bool NotifyCallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState);
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp536 if (DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated( in AnsweredVoipCallHandle()
1045 DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated( in AutoAnswerForVoiceCall()
1135 if (!DelayedSingleton<CallControlManager>::GetInstance()->NotifyCallStateUpdated(call, priorState, nextState)) { in UpdateCallState()
1137 "NotifyCallStateUpdated failed! priorState:%{public}d,nextState:%{public}d", priorState, nextState); in UpdateCallState()
1141 "NotifyCallStateUpdated failed"); in UpdateCallState()
H A Dcall_control_manager.cpp229 NotifyCallStateUpdated(call, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_ANSWERED); in AnswerCall()
529 bool CallControlManager::NotifyCallStateUpdated( in NotifyCallStateUpdated() function in OHOS::Telephony::CallControlManager
537 TELEPHONY_LOGI("NotifyCallStateUpdated priorState:%{public}d,nextState:%{public}d", priorState, nextState); in NotifyCallStateUpdated()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp643 ASSERT_FALSE(callControlManager->NotifyCallStateUpdated(callObjectPtr, priorState, nextState)); in HWTEST_F()
655 ASSERT_FALSE(callControlManager->NotifyCallStateUpdated(callObjectPtr, priorState, nextState)); in HWTEST_F()
666 ASSERT_TRUE(callControlManager->NotifyCallStateUpdated(callObjectPtr, priorState, nextState)); in HWTEST_F()

Completed in 8 milliseconds