Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_state_registry.h68 CALL_STATE_ANSWERED = 3 enumerator
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp116 case CallStateToApp::CALL_STATE_ANSWERED: in GetVoipCallState()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h407 CALL_STATE_ANSWERED = 3 enumerator
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp484 if (VoIPCallState_ == CallStateToApp::CALL_STATE_ANSWERED || in HasCall()
1309 if (VoIPCallState_ == CallStateToApp::CALL_STATE_ANSWERED) { in SetVoIPCallState()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call.md824 | CALL_STATE_ANSWERED<sup>11+</sup> | 3 | 表示来电已经接听。 |
/ohos5.0/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()
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call.md824 | CALL_STATE_ANSWERED<sup>11+</sup> | 3 | The incoming call is answered.|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp313 …apiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_ANSWERED))), in DeclareCallStateEnum()
709 …apiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_ANSWERED))), in DeclareCallStateToAppEnum()