Home
last modified time | relevance | path

Searched refs:nowAccountId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/src/
H A Dcall_voice_assistant_manager.cpp508 if (nowCallId != callId && nowAccountId != accountId) { in CallStatusIncoming()
536 nowAccountId = accountId; in CallStatusIncoming()
548 if (nowCallId != callId && nowAccountId != accountId) { in CallStatusDialing()
555 nowAccountId = accountId; in CallStatusDialing()
583 nowAccountId = nowInfo->accountId; in CallStatusDisconnected()
592 nowAccountId = FAIL_CODE; in CallStatusDisconnected()
/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h95 int32_t nowAccountId = -1; variable