Home
last modified time | relevance | path

Searched refs:DialScene (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp52 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in DialPolicy()
53 if ((dialScene != DialScene::CALL_NORMAL && dialScene != DialScene::CALL_PRIVILEGED && in DialPolicy()
54 dialScene != DialScene::CALL_EMERGENCY)) { in DialPolicy()
88 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in SuperPrivacyMode()
89 if (dialScene == DialScene::CALL_EMERGENCY) { in SuperPrivacyMode()
203 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in IsSupportVideoCall()
204 if (dialScene != DialScene::CALL_NORMAL) { in IsSupportVideoCall()
H A Dcarrier_call.cpp29 … : CallBase(info), dialScene_(DialScene::CALL_NORMAL), slotId_(info.accountId), index_(info.index), in CarrierCall()
34 …: CallBase(info, extras), dialScene_((DialScene)extras.GetIntValue("dialScene")), slotId_(info.acc… in CarrierCall()
H A Dcall_status_manager.cpp1271 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in CreateNewCall()
1272 if (dialScene == DialScene::CALL_EMERGENCY) { in CreateNewCall()
H A Dcall_control_manager.cpp139 extras.PutIntValue("dialScene", (int32_t)DialScene::CALL_EMERGENCY); in DialCall()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager1_gtest.cpp250 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
267 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
318 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
425 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
442 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
494 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
598 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
646 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
703 InitDialInfo(SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
841 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
[all …]
H A Dcall_manager2_gtest.cpp558 …InitDialInfo(INVALID_SLOT_ID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
582 InitDialInfo(slotId, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
607 …SIM1_SLOTID, INVALID_VIDEO_STATE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_CARRIER…
613 …SIM2_SLOTID, INVALID_VIDEO_STATE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_CARRIER…
696 …SIM1_SLOTID, INVALID_VIDEO_STATE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_CARRIER…
702 …SIM2_SLOTID, INVALID_VIDEO_STATE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_CARRIER…
727 … InitDialInfo(SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
738 … InitDialInfo(SIM2_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
799 InitDialInfo(slotId, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
H A Dcall_manager4_gtest.cpp184 …0, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL, (int32_t)DialType::DIAL_C…
614 InitDialInfo(SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
693 InitDialInfo(SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
758 … InitDialInfo(SIM1_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
775 … InitDialInfo(SIM2_SLOTID, (int32_t)VideoStateType::TYPE_VOICE, (int32_t)DialScene::CALL_NORMAL,
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dcall.js154 DialScene: call.DialScene,
H A Dnapi_call_manager.cpp238 …"CALL_NORMAL", NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(DialScene::CALL_NORMAL… in DeclareCallDialEnum()
240 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(DialScene::CALL_PRIVILEGED))), in DeclareCallDialEnum()
242 …MERGENCY", NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(DialScene::CALL_EMERGENCY)… in DeclareCallDialEnum()
592 …"CALL_NORMAL", NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(DialScene::CALL_NORMAL… in DeclareDialSceneEnum()
594 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(DialScene::CALL_PRIVILEGED))), in DeclareDialSceneEnum()
596 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(DialScene::CALL_EMERGENCY))), in DeclareDialSceneEnum()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcarrier_call.h55 DialScene dialScene_;
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h248 enum class DialScene { enum
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp613 mPacMap.PutIntValue("dialScene", static_cast<int32_t>(DialScene::CALL_NORMAL));
616 mPacMap.PutIntValue("dialScene", static_cast<int32_t>(DialScene::CALL_PRIVILEGED));
619 mPacMap.PutIntValue("dialScene", static_cast<int32_t>(DialScene::CALL_EMERGENCY));
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-telephony.md412 |访问级别有变化|类名:DialScene;<br>方法or属性:CALL_NORMAL = 0<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_NORMAL = 0<…
413 |访问级别有变化|类名:DialScene;<br>方法or属性:CALL_PRIVILEGED = 1<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_PRIVILE…
414 |访问级别有变化|类名:DialScene;<br>方法or属性:CALL_EMERGENCY = 2<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_EMERGENC…
1019 …lOptions;<br>方法or属性:dialScene?: DialScene;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:dialScene?: DialSce…
1020 …ptions;<br>方法or属性:dialScene?: DialScene;<br>旧版本信息:|类名:DialCallOptions;<br>方法or属性:dialScene?: DialS…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-telephony.md432 |访问级别有变化|类名:DialScene;<br>方法or属性:CALL_NORMAL = 0<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_NORMAL = 0<…
433 |访问级别有变化|类名:DialScene;<br>方法or属性:CALL_PRIVILEGED = 1<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_PRIVILE…
434 |访问级别有变化|类名:DialScene;<br>方法or属性:CALL_EMERGENCY = 2<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_EMERGENC…
1032 …lOptions;<br>方法or属性:dialScene?: DialScene;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:dialScene?: DialSce…
1033 …ptions;<br>方法or属性:dialScene?: DialScene;<br>旧版本信息:|类名:DialCallOptions;<br>方法or属性:dialScene?: DialS…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-telephony.md23 |新增|NA|模块名: ohos.telephony.call<br>类名: DialCallOptions<br>方法 or 属性:dialScene?: DialScene;|@ohos.tel…
24 |新增|NA|类名:DialCallOptions<br>方法or属性:dialScene?: DialScene;|@ohos.telephony.call.d.ts|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call-sys.md4890 | dialScene <sup>8+</sup> | [DialScene](#dialscene8) | 否 | 拨号场景。此接口为系统接口。 …
4905 | dialScene <sup>9+</sup> | [DialScene](#dialscene8) | 否 | 拨号场景。 …
5221 ## DialScene<sup>8+</sup>
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-telephony.md432 …el changed|Class name: DialScene;<br>Method or attribute name: CALL_NORMAL = 0<br>Old version info…
433 … changed|Class name: DialScene;<br>Method or attribute name: CALL_PRIVILEGED = 1<br>Old version in…
434 …l changed|Class name: DialScene;<br>Method or attribute name: CALL_EMERGENCY = 2<br>Old version in…
1032DialScene;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: dial…
1033DialScene;<br>Old version information: |Class name: DialCallOptions;<br>Method or attribute name: …
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-telephony.md412 …el changed|Class name: DialScene;<br>Method or attribute name: CALL_NORMAL = 0<br>Old version info…
413 … changed|Class name: DialScene;<br>Method or attribute name: CALL_PRIVILEGED = 1<br>Old version in…
414 …l changed|Class name: DialScene;<br>Method or attribute name: CALL_EMERGENCY = 2<br>Old version in…
1019DialScene;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: dial…
1020DialScene;<br>Old version information: |Class name: DialCallOptions;<br>Method or attribute name: …
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-telephony.md23 …br>Class name: DialCallOptions<br>Method or attribute name: dialScene?: DialScene;|@ohos.telephony…
24 |Added|NA|Class name: DialCallOptions<br>Method or attribute name: dialScene?: DialScene;|@ohos.tel…
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call-sys.md4890 | dialScene <sup>8+</sup> | [DialScene](#dialscene8) | No | Dialup scenario. This is a …
4905 | dialScene <sup>9+</sup> | [DialScene](#dialscene8) | No | Dialup scenario. …
5221 ## DialScene<sup>8+</sup>
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-telephony.md74 |新增|NA|类名:DialCallOptions;<br>方法or属性:dialScene?: DialScene;|@ohos.telephony.call.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-telephony.md74 |Added|NA|Class name: DialCallOptions;<br>Method or attribute name: dialScene?: DialScene;|@ohos.te…