Home
last modified time | relevance | path

Searched refs:TYPE_VIDEO (Results 1 – 13 of 13) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Dims_reg_types.h51 TYPE_VIDEO = 1, enumerator
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
Dsetorupdatecallreportinfo_fuzzer.cpp53 callReportInfo.callMode = VideoStateType::TYPE_VIDEO; in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_state.cpp114 case ImsServiceType::TYPE_VIDEO: in GetImsStatus()
152 NotifyImsStateChange(ImsServiceType::TYPE_VIDEO, imsRegInfo); in SetImsStatus()
196 NotifyImsStateChange(ImsServiceType::TYPE_VIDEO, imsRegInfo); in SetImsServiceStatus()
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp59 if (videoState != VideoStateType::TYPE_VOICE && videoState != VideoStateType::TYPE_VIDEO) { in DialPolicy()
69 videoState != static_cast<int32_t>(VideoStateType::TYPE_VIDEO)) { in AnswerCallPolicy()
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts3161 TYPE_VIDEO, enumerator
/base/telephony/cellular_call/services/control/src/
Dims_control.cpp487 …callReportInfo.callMode = callInfo.callType ? VideoStateType::TYPE_VIDEO : VideoStateType::TYPE_VO… in EncapsulationCallReportInfo()
582 … callReportInfo.callMode = static_cast<bool>(info.callType) ? VideoStateType::TYPE_VIDEO : in ReportHangUp()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp2116 imsRegStateCallback.imsSrvType = ImsServiceType::TYPE_VIDEO;
2137 imsRegStateCallback.imsSrvType = ImsServiceType::TYPE_VIDEO;
2186 … int ret = NetworkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID, TYPE_VIDEO);
2265 …int ret = NetworkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID1, TYPE_VIDEO);
2299 …rkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID, ImsServiceType::TYPE_VIDEO);
2317 …rkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID, ImsServiceType::TYPE_VIDEO);
Dzero_branch_test.cpp1651 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_VIDEO, info), 0);
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts3027 TYPE_VIDEO, enumerator
/base/telephony/call_manager/services/audio/src/
Daudio_control_manager.cpp379 if (liveCall != nullptr && liveCall->GetVideoStateType() == VideoStateType::TYPE_VIDEO) { in GetInitAudioDeviceType()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h206 TYPE_VIDEO, enumerator
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp2624 case ImsServiceType::TYPE_VIDEO: in IsValidImsSrvType()
3069 …_NAPI_STATIC_PROPERTY("TYPE_VIDEO", NapiUtil::ToInt32Value(env, static_cast<int32_t>(TYPE_VIDEO))), in InitEnumImsServiceType()
3384 …_NAPI_STATIC_PROPERTY("TYPE_VIDEO", NapiUtil::ToInt32Value(env, static_cast<int32_t>(TYPE_VIDEO))), in CreateImsServiceType()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp193 …VIDEO", NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(VideoStateType::TYPE_VIDEO))), in DeclareCallMediaEnum()
446 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(VideoStateType::TYPE_VIDEO))), in DeclareVideoStateTypeEnum()