Searched refs:SVR_PREFIX (Results 1 – 8 of 8) sorted by relevance
133 if (res[0] != DEV_PREFIX && res[0] != SVR_PREFIX && res[0] != CHAR_PREFIX) { in FilterEntries()147 if (ProfileUtils::IsNeedAddOhSuffix(res[NUM_2], res.front() == SVR_PREFIX)) { in FilterEntries()148 res[NUM_2] = ProfileUtils::CheckAndAddOhSuffix(res[NUM_2], res.front() == SVR_PREFIX); in FilterEntries()
72 …subscribeKey_ = SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + serviceA… in SetSubscribeKey()
104 const std::string SVR_PREFIX = "svr"; variable
136 extern const std::string SVR_PREFIX;
750 if (deviceProfileStore_->GetByPrefix(SVR_PREFIX + SEPARATOR + udid, values) != DP_SUCCESS) { in GetProfilesByKeyPrefix()885 if ((res[0] == SVR_PREFIX || res[0] == CHAR_PREFIX) && in FixRemoteDataWhenPeerIsNonOH()
178 if (StartsWith(key, SVR_PREFIX)) { in GetProfileType()397 return SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName; in GenerateServiceProfileKey()
495 if (kvStore->GetByPrefix(SVR_PREFIX, values) != DP_SUCCESS) { in GetAllServiceProfile()
939 std::string serviceProfileKey = SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName;