Home
last modified time | relevance | path

Searched refs:ProfileKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp42 struct ProfileKey { struct
47 static std::unique_ptr<ProfileKey> Parse(const std::string& entryKey);
50 std::unique_ptr<ProfileKey> ProfileKey::Parse(const std::string& entryKey) in Parse()
60 auto profileKey = std::make_unique<ProfileKey>(); in Parse()
104 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in OnChange()
137 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in ConvertEntry()