Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp283 int32_t tempSecurityLevel = -1; in SaveDeviceSecurityLevel() local
285 reinterpret_cast<uint8_t *>(&tempSecurityLevel), LNN_COMMON_LEN) != DM_OK) { in SaveDeviceSecurityLevel()
289 deviceSecurityLevel_[std::string(networkId)] = tempSecurityLevel; in SaveDeviceSecurityLevel()
323 int32_t tempSecurityLevel = -1; in GetDevLevelFromBus() local
325 reinterpret_cast<uint8_t *>(&tempSecurityLevel), LNN_COMMON_LEN) != DM_OK) { in GetDevLevelFromBus()
329 securityLevel = tempSecurityLevel; in GetDevLevelFromBus()
330 deviceSecurityLevel_[std::string(networkId)] = tempSecurityLevel; in GetDevLevelFromBus()