Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h41 int32_t GetSecurityDeviceLevel(const char *networkId, int32_t &securityLevel);
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp302 int32_t SoftbusCache::GetSecurityDeviceLevel(const char *networkId, int32_t &securityLevel) in GetSecurityDeviceLevel() function in OHOS::DistributedHardware::SoftbusCache
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp845 return SoftbusCache::GetInstance().GetSecurityDeviceLevel(networkId, securityLevel); in GetDeviceSecurityLevel()