Home
last modified time | relevance | path

Searched refs:CALL_STATE_RINGING (Results 1 - 11 of 11) sorted by relevance

/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_object_manager.cpp72 if (state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in AddOneCallObject()
H A Dcall_status_manager.cpp1573 if (ShouldRejectIncomingCall() || state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in IsRejectCall()
H A Dcall_control_manager.cpp424 callState = CallStateToApp::CALL_STATE_RINGING; in GetCallState()
/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_state_registry.h57 CALL_STATE_RINGING = 1, member in OHOS::Telephony::CallState
/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp113 case CallStateToApp::CALL_STATE_RINGING: in GetVoipCallState()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h403 CALL_STATE_RINGING = 1, member in OHOS::Telephony::CallStateToApp
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h117 CALL_STATE_RINGING = 1, member in OHOS::Telephony::CallState
H A Dobserver_event_handler.cpp57 return static_cast<int32_t>(CallState::CALL_STATE_RINGING); in WrapCallState()
/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()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp433 DECLARE_NAPI_STATIC_PROPERTY("CALL_STATE_RINGING", in DeclareCallStateToAppEnum()
434 NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_RINGING))), in DeclareCallStateToAppEnum()
3777 || state == (int32_t)CallStateToApp::CALL_STATE_RINGING) { in NativeDialCall()

Completed in 25 milliseconds