Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h54 static bool IsSvrProfileValid(const ServiceProfile& svrProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp136 if (!ProfileUtils::IsSvrProfileValid(serviceProfile)) { in PutServiceProfile()
166 if (!ProfileUtils::IsSvrProfileValid(serviceProfile)) { in PutServiceProfileBatch()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp65 if (!ProfileUtils::IsSvrProfileValid(serviceProfile)) { in PutServiceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp619 if (!ProfileUtils::IsSvrProfileValid(item)) { in AddSvrProfilesToCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp354 bool ProfileUtils::IsSvrProfileValid(const ServiceProfile& svrProfile) in IsSvrProfileValid() function in OHOS::DistributedDeviceProfile::ProfileUtils