Searched refs:TYPE_VIDEO (Results 1 – 13 of 13) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
D | ims_reg_types.h | 51 TYPE_VIDEO = 1, enumerator
|
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/ |
D | setorupdatecallreportinfo_fuzzer.cpp | 53 callReportInfo.callMode = VideoStateType::TYPE_VIDEO; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_state.cpp | 114 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/ |
D | call_policy.cpp | 59 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.ts | 3161 TYPE_VIDEO, enumerator
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 487 …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/ |
D | network_search_test.cpp | 2116 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);
|
D | zero_branch_test.cpp | 1651 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_VIDEO, info), 0);
|
/base/telephony/call_manager/interfaces/kits/js/ |
D | @ohos.telephony.call.d.ts | 3027 TYPE_VIDEO, enumerator
|
/base/telephony/call_manager/services/audio/src/ |
D | audio_control_manager.cpp | 379 if (liveCall != nullptr && liveCall->GetVideoStateType() == VideoStateType::TYPE_VIDEO) { in GetInitAudioDeviceType()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 206 TYPE_VIDEO, enumerator
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 2624 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/ |
D | napi_call_manager.cpp | 193 …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()
|