Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h42 static bool FilterAndGroupOnlineDevices(const std::vector<std::string>& deviceList,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp158 …bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices…
176 …bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices…
194 …bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp393 …ProfileUtils::FilterAndGroupOnlineDevices(syncOptions.GetDeviceList(), ohBasedDevices, notOHBasedD… in SyncDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp108 bool ProfileUtils::FilterAndGroupOnlineDevices(const std::vector<std::string>& deviceList, in FilterAndGroupOnlineDevices() function in OHOS::DistributedDeviceProfile::ProfileUtils