Searched refs:NotifyCallStateUpdated (Results 1 - 4 of 4) sorted by relevance
/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 63 bool NotifyCallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCallState nextState);
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 536 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 D | call_control_manager.cpp | 229 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 D | zero_branch3_test.cpp | 643 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