Home
last modified time | relevance | path

Searched refs:osType (Results 1 - 5 of 5) sorted by relevance

/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_status_manager.cpp264 uint32_t osType = static_cast<uint32_t>(DslmGetJsonFieldInt(handle, "OS_TYPE")); in GetDeviceSecurityLevelByNetworkId() local
265 SECURITY_LOG_INFO("device type is %{public}d", osType); in GetDeviceSecurityLevelByNetworkId()
267 osType = DEFAULT_TYPE; in GetDeviceSecurityLevelByNetworkId()
270 level = static_cast<int32_t>(static_cast<uint32_t>(level) | (osType << TYPE_PLACE)); in GetDeviceSecurityLevelByNetworkId()
/base/security/device_security_level/services/dslm/
H A Ddslm_core_defines.h60 uint32_t osType; member
H A Ddslm_fsm_process.c201 uint32_t osType = (deviceAttributes & 0xFF00) >> TYPE_PLACE; in ProcessDeviceOnline() local
202 info->osType = osType; in ProcessDeviceOnline()
203 if (level == 0 && osType == DEFAULT_TYPE) { in ProcessDeviceOnline()
H A Ddslm_device_list.c163 if (info->osType != DEFAULT_TYPE) { in JudgeListDeviceType()
H A Ddslm_core_process.c218 info->osType = DEFAULT_TYPE; in InitSelfDeviceSecureLevel()

Completed in 4 milliseconds