Searched refs:IsNeedAddOhSuffix (Results 1 – 4 of 4) sorted by relevance
87 static bool IsNeedAddOhSuffix(const std::string& profileName, bool isSvr);
296 if (ProfileUtils::IsNeedAddOhSuffix(serviceName, true)) { in GetCharacteristicProfile()441 if (ProfileUtils::IsNeedAddOhSuffix(serviceName, true)) { in DeleteCharacteristicProfile()
147 if (ProfileUtils::IsNeedAddOhSuffix(res[NUM_2], res.front() == SVR_PREFIX)) { in FilterEntries()
248 bool ProfileUtils::IsNeedAddOhSuffix(const std::string& profileName, bool isSvr) in IsNeedAddOhSuffix() function in OHOS::DistributedDeviceProfile::ProfileUtils265 if (IsNeedAddOhSuffix(str, isSvr)) { in CheckAndAddOhSuffix()