Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp46 SaveDeviceSecurityLevel(localDeviceInfo_.networkId); in SaveLocalDeviceInfo()
77 SaveDeviceSecurityLevel(localDeviceInfo_.networkId); in GetLocalDeviceInfo()
276 void SoftbusCache::SaveDeviceSecurityLevel(const char *networkId) in SaveDeviceSecurityLevel() function in OHOS::DistributedHardware::SoftbusCache
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h36 void SaveDeviceSecurityLevel(const char *networkId);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp230 SoftbusCache::GetInstance().SaveDeviceSecurityLevel(dmDeviceInfo.networkId); in OnSoftbusDeviceOnline()