Home
last modified time | relevance | path

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

/base/telephony/core_service/interfaces/innerkits/include/
Dims_reg_types.h42 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.ts1103 TYPE_VIDEO, enumerator
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h73 TYPE_VIDEO, // Video enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp1994 imsRegStateCallback.imsSrvType = ImsServiceType::TYPE_VIDEO;
2015 imsRegStateCallback.imsSrvType = ImsServiceType::TYPE_VIDEO;
2065 … int ret = NetworkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID, TYPE_VIDEO);
2145 …int ret = NetworkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID1, TYPE_VIDEO);
2179 …rkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID, ImsServiceType::TYPE_VIDEO);
2197 …rkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID, ImsServiceType::TYPE_VIDEO);
Dzero_branch_test.cpp1185 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_VIDEO, info), 0);
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts1085 TYPE_VIDEO, // Video enumerator
/base/telephony/cellular_call/services/control/src/
Dims_control.cpp453 …callReportInfo.callMode = callInfo.callType ? VideoStateType::TYPE_VIDEO : VideoStateType::TYPE_VO… in EncapsulationCallReportInfo()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp2287 case ImsServiceType::TYPE_VIDEO: in IsValidImsSrvType()
2663 …_NAPI_STATIC_PROPERTY("TYPE_VIDEO", NapiUtil::ToInt32Value(env, static_cast<int32_t>(TYPE_VIDEO))), in InitEnumImsServiceType()
2924 …_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.cpp182 …VIDEO", NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(VideoStateType::TYPE_VIDEO))), in DeclareCallMediaEnum()
420 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(VideoStateType::TYPE_VIDEO))), in DeclareVideoStateTypeEnum()