Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp52 const int32_t SIM_SLOT_ID_0 = 0; variable
263 int32_t otherSlotId = (primarySlotId == SIM_SLOT_ID_0) ? SIM_SLOT_ID_1 : SIM_SLOT_ID_0; in ProcessTimeZone()
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h54 constexpr int32_t SIM_SLOT_ID_0 = 0; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_device_info_plugin.cpp99 if (!GetSimInfoBySlotId(EdmConstants::DeviceInfo::SIM_SLOT_ID_0, json) || in GetSimInfo()