Home
last modified time | relevance | path

Searched refs:SVR_PREFIX (Results 1 - 7 of 7) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp133 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()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp72 subscribeKey_ = SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + serviceAttribute; in SetSubscribeKey()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h137 const std::string SVR_PREFIX = "svr"; member
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp750 if (deviceProfileStore_->GetByPrefix(SVR_PREFIX + SEPARATOR + udid, values) != DP_SUCCESS) { in GetProfilesByKeyPrefix()
885 if ((res[0] == SVR_PREFIX || res[0] == CHAR_PREFIX) && in FixRemoteDataWhenPeerIsNonOH()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp178 if (StartsWith(key, SVR_PREFIX)) { in GetProfileType()
397 return SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName; in GenerateServiceProfileKey()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp508 if (kvStore->GetByPrefix(SVR_PREFIX, values) != DP_SUCCESS) { in GetAllServiceProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp939 std::string serviceProfileKey = SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName; in HWTEST_F()

Completed in 10 milliseconds