Home
last modified time | relevance | path

Searched defs:profileKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp60 auto profileKey = std::make_unique<ProfileKey>(); in Parse() local
104 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in OnChange() local
137 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in ConvertEntry() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp475 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllDeviceProfile() local
503 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllServiceProfile() local
531 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllCharacteristicProfile() local
H A Dprofile_cache.cpp402 std::string profileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in RefreshCharProfileCache() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp672 std::string profileKey = ProfileUtils::GenerateCharProfileKey(item.GetDeviceId(), in AddCharProfilesToCache() local
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp688 std::string ProfileUtils::GenerateDBKey(const std::string& profileKey, const std::string& profilePr… in GenerateDBKey()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp885 string profileKey = "profileKey"; variable