Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h37 void DeleteDeviceSecurityLevel(const char *networkId);
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp292 void SoftbusCache::DeleteDeviceSecurityLevel(const char *networkId) in DeleteDeviceSecurityLevel() function in OHOS::DistributedHardware::SoftbusCache
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp275 SoftbusCache::GetInstance().DeleteDeviceSecurityLevel(dmDeviceInfo.networkId); in OnSoftbusDeviceOffline()