Searched refs:IsSvrProfileValid (Results 1 – 5 of 5) sorted by relevance
54 static bool IsSvrProfileValid(const ServiceProfile& svrProfile);
136 if (!ProfileUtils::IsSvrProfileValid(serviceProfile)) { in PutServiceProfile()166 if (!ProfileUtils::IsSvrProfileValid(serviceProfile)) { in PutServiceProfileBatch()
65 if (!ProfileUtils::IsSvrProfileValid(serviceProfile)) { in PutServiceProfile()
619 if (!ProfileUtils::IsSvrProfileValid(item)) { in AddSvrProfilesToCache()
354 bool ProfileUtils::IsSvrProfileValid(const ServiceProfile& svrProfile) in IsSvrProfileValid() function in OHOS::DistributedDeviceProfile::ProfileUtils