Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp265 …int32_t defaultDataSlotId = DelayedRefSingleton<CellularDataClient>::GetInstance().GetDefaultCellu… in SelectAccountId() local
266 …if (defaultDataSlotId != TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL && IsValidSlotId(defaultDataSlotId)) { in SelectAccountId()
267 extras.PutIntValue("accountId", defaultDataSlotId); in SelectAccountId()
268 TELEPHONY_LOGI("select accountId to defaultDataSlotId = %{public}d", defaultDataSlotId); in SelectAccountId()