Home
last modified time | relevance | path

Searched refs:defaultSimId (Results 1 - 1 of 1) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp432 int32_t defaultSimId = GetSimId(result); in GetDefaultVoiceSimId() local
433 if (defaultSimId <= DEFAULT_SIM_SLOT_ID) { in GetDefaultVoiceSimId()
437 simId = defaultSimId; in GetDefaultVoiceSimId()
467 int32_t defaultSimId = GetSimId(result); in GetDefaultSmsSimId() local
468 if (defaultSimId <= DEFAULT_SIM_SLOT_ID) { in GetDefaultSmsSimId()
472 simId = defaultSimId; in GetDefaultSmsSimId()
501 int32_t defaultSimId = GetSimId(result); in GetDefaultCellularDataSimId() local
502 if (defaultSimId <= DEFAULT_SIM_SLOT_ID) { in GetDefaultCellularDataSimId()
506 simId = defaultSimId; in GetDefaultCellularDataSimId()

Completed in 4 milliseconds