Home
last modified time | relevance | path

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

/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_gtest.h93 void InitDialInfo(int32_t accountId, int32_t videoState, int32_t dialScene, int32_t dialType) in InitDialInfo()
/base/telephony/call_manager/services/call/include/
Dcommon_type.h42 DialType dialType = DialType::DIAL_CARRIER_TYPE; member
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp32 DialType dialType = (DialType)extras.GetIntValue("dialType"); in DialPolicy() local
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.cpp258 int32_t dialType = DEFAULT_DIAL_TYPE; in DialCall() local
Dui_client_test.cpp224 int32_t dialType = DEFAULT_DIAL_TYPE; in DialCall() local
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts3336 dialType?: DialType; property
3384 dialType?: DialType; property
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
Ddialcall_fuzzer.cpp159 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