Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp607 bool ret = ProfileCache::GetInstance().IsLocalOrOnlineDevice(deviceId);
620 bool ret = ProfileCache::GetInstance().IsLocalOrOnlineDevice(deviceId);
634 bool ret = ProfileCache::GetInstance().IsLocalOrOnlineDevice(deviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h83 bool IsLocalOrOnlineDevice(const std::string& deviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp670 bool ProfileCache::IsLocalOrOnlineDevice(const std::string& deviceId) in IsLocalOrOnlineDevice() function in OHOS::DistributedDeviceProfile::ProfileCache