Searched refs:deviceSecurityLevel (Results 1 – 7 of 7) sorted by relevance
1124 info->deviceSecurityLevel, deviceInfo.deviceSecurityLevel); in TryUpdateDeviceSecurityLevel()1125 if (deviceInfo.deviceSecurityLevel > 0) { in TryUpdateDeviceSecurityLevel()1126 info->deviceSecurityLevel = deviceInfo.deviceSecurityLevel; in TryUpdateDeviceSecurityLevel()1492 oldInfo->deviceSecurityLevel = newInfo->deviceSecurityLevel; in UpdateDevBasicInfoToDLedger()
254 *((int32_t *)buf) = info->deviceSecurityLevel; in DlGetDeviceSecurityLevel()
187 int32_t deviceSecurityLevel; member
115 (level != info->deviceSecurityLevel)) { in IsBleDirectlyOnlineFactorChange()116 …N_LOGW(LNN_LEDGER, "deviceSecurityLevel=%{public}d->%{public}d", info->deviceSecurityLevel, level); in IsBleDirectlyOnlineFactorChange()
1577 *((int32_t *)buf) = g_localNetLedger.localInfo.deviceSecurityLevel; in LlGetDeviceSecurityLevel()1588 info->deviceSecurityLevel = *((int32_t *)buf); in LlUpdateDeviceSecurityLevel()2216 if (GetDeviceSecurityLevel(&nodeInfo->deviceSecurityLevel) != SOFTBUS_OK) { in LnnInitLocalNodeInfo()2218 nodeInfo->deviceSecurityLevel); in LnnInitLocalNodeInfo()
830 oldInfo->deviceSecurityLevel = newInfo->deviceSecurityLevel; in UpdateDevBasicInfoToCache()
1447 if (!JSON_AddInt32ToObject(json, DEVICE_SECURITY_LEVEL, info->deviceSecurityLevel)) { in PackCommon()1601 OptInt(json, DEVICE_SECURITY_LEVEL, &info->deviceSecurityLevel, 0); in UnpackCommon()1914 nodeInfo->deviceSecurityLevel = 0; in UnpackCertificateInfo()