Home
last modified time | relevance | path

Searched refs:SelectAccountId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h50 bool SelectAccountId(int32_t slotId, AppExecFwk::PacMap &extras);
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp253 bool CallNumberUtils::SelectAccountId(int32_t slotId, AppExecFwk::PacMap &extras) in SelectAccountId() function in OHOS::Telephony::CallNumberUtils
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp43 if (!DelayedSingleton<CallNumberUtils>::GetInstance()->SelectAccountId(accountId, extras)) { in DialPolicy()