Home
last modified time | relevance | path

Searched refs:IsDeviceProfileExist (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp302 bool ret = ProfileCache::GetInstance().IsDeviceProfileExist(deviceProfile);
307 ret = ProfileCache::GetInstance().IsDeviceProfileExist(deviceProfile);
323 ret = ProfileCache::GetInstance().IsDeviceProfileExist(deviceProfile1);
H A Dprofile_control_utils_test.cpp150 ProfileCache::GetInstance().IsDeviceProfileExist(deviceProfile1);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h65 bool IsDeviceProfileExist(const DeviceProfile& deviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp43 if (ProfileCache::GetInstance().IsDeviceProfileExist(deviceProfile)) { in PutDeviceProfile()
H A Dprofile_cache.cpp310 bool ProfileCache::IsDeviceProfileExist(const DeviceProfile& deviceProfile) in IsDeviceProfileExist() function in OHOS::DistributedDeviceProfile::ProfileCache