Searched defs:profileEntries (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_change_handler.cpp | 78 std::vector<ProfileEntry> profileEntries; in OnChange() local 133 ProfileChangeType changeType, std::vector<ProfileEntry>& profileEntries, in ConvertEntry() 204 const auto& profileEntries = changeNotification.GetProfileEntries(); in NotifyProfileChangedLocked() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_change_notification_test.cpp | 92 std::vector<ProfileEntry> profileEntries; variable 108 std::vector<ProfileEntry> profileEntries; variable 153 std::vector<ProfileEntry> profileEntries(1, entry); variable
|
H A D | event_subscribe_test.cpp | 72 const auto& profileEntries = changeNotification.GetProfileEntries(); in OnProfileChanged() local
|
H A D | profile_crud_test.cpp | 89 const auto& profileEntries = changeNotification.GetProfileEntries(); in OnProfileChanged() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | profile_change_notification.h | 52 ProfileChangeNotification(std::vector<ProfileEntry>& profileEntries, in ProfileChangeNotification()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 471 std::map<std::string, std::map<std::string, std::string>> profileEntries; in GetAllDeviceProfile() local 499 std::map<std::string, std::map<std::string, std::string>> profileEntries; in GetAllServiceProfile() local 527 std::map<std::string, std::map<std::string, std::string>> profileEntries; in GetAllCharacteristicProfile() local
|