Home
last modified time | relevance | path

Searched refs:CALL_STATE_RINGING (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_state_registry.h57 CALL_STATE_RINGING = 1, enumerator
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_policy.cpp60 if (state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in FilterResultsDispose()
H A Dcall_control_manager.cpp417 VoIPCallState_ == CallStateToApp::CALL_STATE_RINGING) { in GetCallState()
418 callState = CallStateToApp::CALL_STATE_RINGING; in GetCallState()
486 VoIPCallState_ == CallStateToApp::CALL_STATE_RINGING || in HasCall()
H A Dcall_object_manager.cpp71 if (state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in AddOneCallObject()
H A Dcall_status_manager.cpp1527 if (ShouldRejectIncomingCall() || state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in IsRejectCall()
/ohos5.0/docs/zh-cn/application-dev/telephony/
H A Dtelephony-call.md20 | CALL_STATE_RINGING | 1 | 表示来电正在振铃或等待。 |
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp113 case CallStateToApp::CALL_STATE_RINGING: in GetVoipCallState()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h399 CALL_STATE_RINGING = 1, enumerator
/ohos5.0/docs/en/application-dev/telephony/
H A Dtelephony-call.md20 …| CALL_STATE_RINGING | 1 | The call is in the ringing or waiting state. …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call.md822 | CALL_STATE_RINGING | 1 | 表示来电正在振铃或等待。 |
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp68 return static_cast<int32_t>(CallState::CALL_STATE_RINGING); in WrapCallState()
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call.md822 | CALL_STATE_RINGING | 1 | The call is in the ringing or waiting state. …
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp309 …NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_RINGING))), in DeclareCallStateEnum()
705 …NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_RINGING))), in DeclareCallStateToAppEnum()
4054 || state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in NativeDialCall()