Home
last modified time | relevance | path

Searched refs:DEV_PREFIX (Results 1 - 6 of 6) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp66 subscribeKey_ = DEV_PREFIX + SEPARATOR + deviceId + SEPARATOR + deviceAttribute; in SetSubscribeKey()
/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()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h136 const std::string DEV_PREFIX = "dev"; member
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp746 if (deviceProfileStore_->GetByPrefix(DEV_PREFIX + SEPARATOR + udid, values) != DP_SUCCESS) { in GetProfilesByKeyPrefix()
954 if (ProfileUtils::StartsWith(key, DEV_PREFIX)) { in ClearDataWithPeerLogout()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp175 if (StartsWith(key, DEV_PREFIX)) { in GetProfileType()
392 return DEV_PREFIX + SEPARATOR + deviceId; in GenerateDeviceProfileKey()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp480 if (kvStore->GetByPrefix(DEV_PREFIX, values) != DP_SUCCESS) { in GetAllDeviceProfile()

Completed in 7 milliseconds