Home
last modified time | relevance | path

Searched refs:CALL_STATE_ANSWERED (Results 1 - 8 of 8) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_state_registry.h68 CALL_STATE_ANSWERED = 3 member in OHOS::Telephony::CallState
/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp116 case CallStateToApp::CALL_STATE_ANSWERED: in GetVoipCallState()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h411 CALL_STATE_ANSWERED = 3 member in OHOS::Telephony::CallStateToApp
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h128 CALL_STATE_ANSWERED = 3 member in OHOS::Telephony::CallState
H A Dobserver_event_handler.cpp63 return static_cast<int32_t>(CallState::CALL_STATE_ANSWERED); in WrapCallState()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp74 return static_cast<int32_t>(CallState::CALL_STATE_ANSWERED); in WrapCallState()
/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp1311 if (VoIPCallState_ == CallStateToApp::CALL_STATE_ANSWERED) { in SetVoIPCallState()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp437 DECLARE_NAPI_STATIC_PROPERTY("CALL_STATE_ANSWERED", in DeclareCallStateToAppEnum()
438 NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_ANSWERED))), in DeclareCallStateToAppEnum()

Completed in 24 milliseconds