Home
last modified time | relevance | path

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

/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()
100 !GetSimInfoBySlotId(EdmConstants::DeviceInfo::SIM_SLOT_ID_1, json)) { in GetSimInfo()
119 bool GetDeviceInfoPlugin::GetSimInfoBySlotId(int32_t slotId, cJSON *simJson) in GetSimInfoBySlotId() function in OHOS::EDM::GetDeviceInfoPlugin
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dget_device_info_plugin.h35 bool GetSimInfoBySlotId(int32_t slotId, cJSON *simJson);