Home
last modified time | relevance | path

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

/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h462 CallSessionEventId eventId = CallSessionEventId::EVENT_CAMERA_FAILURE;
494 CallSessionEventId eventId = CallSessionEventId::EVENT_CAMERA_FAILURE;
Dcall_manager_base.h453 enum class CallSessionEventId { enum
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
Dcallabilitycallback_fuzzer.cpp274 callSessionInfo.eventId = static_cast<CallSessionEventId>(size % CALL_SESSION_EVENT_ID_NUM); in UpdateCallSessionEventChange()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_register.cpp460 response.eventId = static_cast<CallSessionEventId>(callSessionEventInfo.eventType); in HandleCallSessionEventChanged()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
Dtelephonyinteraction_fuzzer.cpp385 … callSessionReportInfo.eventId = static_cast<CallSessionEventId>(size % CALL_SESSION_EVENT_ID_NUM); in HandleCallSessionEventChanged()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp341 …NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallSessionEventId::EVENT_CAMERA_FAIL… in DeclareCallEventEnum()
344 env, static_cast<int32_t>(CallSessionEventId::EVENT_CAMERA_READY))), in DeclareCallEventEnum()
347 env, static_cast<int32_t>(CallSessionEventId::EVENT_RELEASE_DISPLAY_SURFACE))), in DeclareCallEventEnum()
350 env, static_cast<int32_t>(CallSessionEventId::EVENT_RELEASE_PREVIEW_SURFACE))), in DeclareCallEventEnum()
750 …NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallSessionEventId::EVENT_CAMERA_FAIL… in DeclareCallSessionEventEnumEx()
753 env, static_cast<int32_t>(CallSessionEventId::EVENT_CAMERA_READY))), in DeclareCallSessionEventEnumEx()
756 env, static_cast<int32_t>(CallSessionEventId::EVENT_RELEASE_DISPLAY_SURFACE))), in DeclareCallSessionEventEnumEx()
759 env, static_cast<int32_t>(CallSessionEventId::EVENT_RELEASE_PREVIEW_SURFACE))), in DeclareCallSessionEventEnumEx()