Searched refs:tempSecurityLevel (Results 1 – 1 of 1) sorted by relevance
283 int32_t tempSecurityLevel = -1; in SaveDeviceSecurityLevel() local285 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() local325 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()