Home
last modified time | relevance | path

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

/base/telephony/state_registry/frameworks/js/napi/include/
Dnapi_state_registry.h57 CALL_STATE_RINGING = 1, enumerator
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts3267 CALL_STATE_RINGING = 1, enumerator
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h363 CALL_STATE_RINGING = 1, enumerator
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp69 return static_cast<int32_t>(CallState::CALL_STATE_RINGING); in WrapCallState()
/base/telephony/call_manager/services/call/src/
Dcall_control_manager.cpp267 callState = CallStateToApp::CALL_STATE_RINGING; in GetCallState()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp282 …NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_RINGING))), in DeclareCallStateEnum()
583 …NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_RINGING))), in DeclareCallStateToAppEnum()