Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1124 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()
H A Dlnn_distributed_net_ledger_manager.c254 *((int32_t *)buf) = info->deviceSecurityLevel; in DlGetDeviceSecurityLevel()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h187 int32_t deviceSecurityLevel; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c115 (level != info->deviceSecurityLevel)) { in IsBleDirectlyOnlineFactorChange()
116 …N_LOGW(LNN_LEDGER, "deviceSecurityLevel=%{public}d->%{public}d", info->deviceSecurityLevel, level); in IsBleDirectlyOnlineFactorChange()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1577 *((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()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c830 oldInfo->deviceSecurityLevel = newInfo->deviceSecurityLevel; in UpdateDevBasicInfoToCache()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1447 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()