Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp330 bool ret = ProfileCache::GetInstance().IsServiceProfileExist(serviceProfile);
335 ret = ProfileCache::GetInstance().IsServiceProfileExist(serviceProfile);
342 ret = ProfileCache::GetInstance().IsServiceProfileExist(serviceProfile);
347 ret = ProfileCache::GetInstance().IsServiceProfileExist(serviceProfile);
355 ret = ProfileCache::GetInstance().IsServiceProfileExist(serviceProfile1);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h66 bool IsServiceProfileExist(const ServiceProfile& serviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp69 if (ProfileCache::GetInstance().IsServiceProfileExist(serviceProfile)) { in PutServiceProfile()
H A Dprofile_cache.cpp332 bool ProfileCache::IsServiceProfileExist(const ServiceProfile& serviceProfile) in IsServiceProfileExist() function in OHOS::DistributedDeviceProfile::ProfileCache
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp623 if (ProfileCache::GetInstance().IsServiceProfileExist(item)) { in AddSvrProfilesToCache()