Home
last modified time | relevance | path

Searched refs:TYPE_VOICE (Results 1 – 20 of 20) sorted by relevance

/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp643 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_VOICE)) {
652 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_VOICE)) {
680 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_VOICE)) {
687 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_VOICE)) {
713 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_VOICE)) {
720 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_VOICE)) {
746 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_VOICE)) {
753 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_VOICE)) {
779 if (HasSimCard(SIM1_SLOTID) && CanUseImsService(SIM1_SLOTID, ImsServiceType::TYPE_VOICE)) {
786 if (HasSimCard(SIM2_SLOTID) && CanUseImsService(SIM2_SLOTID, ImsServiceType::TYPE_VOICE)) {
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Dims_reg_types.h41 TYPE_VOICE = 0, enumerator
/base/telephony/call_manager/services/call/include/
Dcommon_type.h36 videoState(VideoStateType::TYPE_VOICE), callType(CallType::TYPE_ERR_CALL), in DialParaInfo()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp111 updateCallInfo_.videoState = VideoStateType::TYPE_VOICE; in Init()
178 …SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
185 …SIM2_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
208 …SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
214 …SIM2_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
236 …SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
242 …SIM2_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
264 …SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
271 …SIM2_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
293 …SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, DIAL_SCENE_TEST, (int32_t)DialType::DIAL_CARRIER…
[all …]
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp60 CoreManagerInner::GetInstance().GetImsRegStatus(slotId, ImsServiceType::TYPE_VOICE, info); in GetImsRegistrationState()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_state.cpp111 case ImsServiceType::TYPE_VOICE: in GetImsStatus()
147 NotifyImsStateChange(ImsServiceType::TYPE_VOICE, imsRegInfo); in SetImsStatus()
191 NotifyImsStateChange(ImsServiceType::TYPE_VOICE, imsRegInfo); in SetImsServiceStatus()
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp59 if (videoState != VideoStateType::TYPE_VOICE && videoState != VideoStateType::TYPE_VIDEO) { in DialPolicy()
68 if (videoState != static_cast<int32_t>(VideoStateType::TYPE_VOICE) && in AnswerCallPolicy()
Dcall_status_manager.cpp629 paraInfo.videoState = VideoStateType::TYPE_VOICE; in PackParaInfo()
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1100 TYPE_VOICE, enumerator
/base/telephony/sms_mms/services/
Dsms_network_policy_manager.cpp191 ImsServiceType imsSrvType = TYPE_VOICE; in GetImsRegState()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h72 TYPE_VOICE = 0, // Voice enumerator
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts1084 TYPE_VOICE = 0, // Voice enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp34 constexpr ImsServiceType DEFAULT_TYPE = TYPE_VOICE;
1737 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, ImsServiceType::TYPE_VOICE, in…
1755 …oreServiceClient::GetInstance().GetImsRegStatus(INVALID_SLOT_ID, ImsServiceType::TYPE_VOICE, info);
1791 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID1, ImsServiceType::TYPE_VOICE, i…
1825 …int ret = CoreServiceClient::GetInstance().GetImsRegStatus(SLOT_ID, ImsServiceType::TYPE_VOICE, in…
Dzero_branch_test.cpp629 …EXPECT_EQ(mInner.GetImsRegStatus(0, ImsServiceType::TYPE_VOICE, info), TELEPHONY_ERR_LOCAL_PTR_NUL…
1161 networkSearchState->NotifyImsStateChange(ImsServiceType::TYPE_VOICE, info);
1184 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_VOICE, info), 0);
/base/telephony/cellular_call/services/control/src/
Dims_control.cpp453 …lReportInfo.callMode = callInfo.callType ? VideoStateType::TYPE_VIDEO : VideoStateType::TYPE_VOICE; in EncapsulationCallReportInfo()
Dcs_control.cpp497 callReportInfo.callMode = VideoStateType::TYPE_VOICE; in EncapsulationCallReportInfo()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp2286 case ImsServiceType::TYPE_VOICE: in IsValidImsSrvType()
2662 …_NAPI_STATIC_PROPERTY("TYPE_VOICE", NapiUtil::ToInt32Value(env, static_cast<int32_t>(TYPE_VOICE))), in InitEnumImsServiceType()
2923 …_NAPI_STATIC_PROPERTY("TYPE_VOICE", NapiUtil::ToInt32Value(env, static_cast<int32_t>(TYPE_VOICE))), in CreateImsServiceType()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp180 …VOICE", NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(VideoStateType::TYPE_VOICE))), in DeclareCallMediaEnum()
418 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(VideoStateType::TYPE_VOICE))), in DeclareVideoStateTypeEnum()
/base/telephony/core_service/frameworks/native/src/
Dcore_service_proxy.cpp1360 if (serviceType < ImsServiceType::TYPE_VOICE || serviceType > ImsServiceType::TYPE_SMS) { in IsValidServiceType()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2219 callRepotInfo.callMode = VideoStateType::TYPE_VOICE;