Home
last modified time | relevance | path

Searched defs:dialType (Results 1 – 10 of 10) sorted by relevance

/base/telephony/call_manager/frameworks/cj/src/
Dtelephony_call_utils.h41 int32_t dialType; member
/base/telephony/call_manager/utils/src/
Dcall_dialog.cpp109 …int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType,… in DialogConnectPrivpacyModeExtension()
142 …int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType,… in BuildStartPrivpacyModeCommand()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_gtest.h146 void InitDialInfo(int32_t accountId, int32_t videoState, int32_t dialScene, int32_t dialType) in InitDialInfo()
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp35 DialType dialType = (DialType)extras.GetIntValue("dialType"); in DialPolicy() local
97 int32_t dialType = extras.GetIntValue("dialType"); in SuperPrivacyMode() local
Dcall_superprivacy_control_manager.cpp128 int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType) in CloseCallSuperPrivacyMode()
Dcall_broadcast_subscriber.cpp128 int32_t dialType = data.GetWant().GetIntParam("dialType", -1); in ConnectCallUiSuperPrivacyModeBroadcast() local
/base/telephony/call_manager/services/call/include/
Dcommon_type.h43 DialType dialType = DialType::DIAL_CARRIER_TYPE; member
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.cpp258 int32_t dialType = DEFAULT_DIAL_TYPE; in DialCall() local
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
Ddialcall_fuzzer.cpp153 int32_t dialType = static_cast<int32_t>(size % DIAL_TYPE_NUM); in DialCall() local
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager_types.h69 int32_t dialType = 0; member