Home
last modified time | relevance | path

Searched refs:IsFdnEnabled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcore_service_connection.h29 bool IsFdnEnabled(int slotId);
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcore_service_connection.cpp42 bool CoreServiceConnection::IsFdnEnabled(int slotId) in IsFdnEnabled() function in OHOS::Telephony::CoreServiceConnection
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp877 bool res = coreServiceConnection.IsFdnEnabled(DEFAULT_SLOT_ID);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp61 DelayedSingleton<CoreServiceConnection>::GetInstance()->IsFdnEnabled(info.accountId)) { in DialRequest()