Lines Matching defs:call

75             TELEPHONY_LOGE("during emergency call, calling is prohibited");
96 TELEPHONY_LOGI("call policy currentIsSuperPrivacyMode:%{public}d", currentIsSuperPrivacyMode);
168 TELEPHONY_LOGE("already has new call ringing!");
179 TELEPHONY_LOGE("invalid call type!");
189 TELEPHONY_LOGE("can not dial video call when any call exist!");
193 TELEPHONY_LOGE("can not dial video call when any call exist!");
199 TELEPHONY_LOGE("dc-call sink can not dial call when any call exist!");
213 TELEPHONY_LOGW("emergency call not support video upgrade");
232 TELEPHONY_LOGE("current call state is:%{public}d, accept call not allowed", state);
246 TELEPHONY_LOGE("current call state is:%{public}d, reject call not allowed", state);
254 sptr<CallBase> call = GetOneCallObject(callId);
255 if (call == nullptr) {
259 if (call->GetCallRunningState() != CallRunningState::CALL_RUNNING_STATE_ACTIVE) {
260 TELEPHONY_LOGE("this call is not activated! callId:%{public}d", callId);
268 sptr<CallBase> call = GetOneCallObject(callId);
269 if (call == nullptr) {
273 if (call->GetCallRunningState() != CallRunningState::CALL_RUNNING_STATE_HOLD) {
274 TELEPHONY_LOGE("this call is not on holding state! callId:%{public}d", callId);
289 TELEPHONY_LOGE("current call state is:%{public}d, hang up call not allowed", state);
309 TELEPHONY_LOGE("the call is not on hold, callId:%{public}d", callId);
340 TELEPHONY_LOGE("current call state is:%{public}d, StartRtt not allowed", state);
359 TELEPHONY_LOGE("current call state is:%{public}d, StopRtt not allowed", state);