Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h42 static bool FilterAndGroupOnlineDevices(const std::vector<std::string>& deviceList,
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp149 * @tc.desc: FilterAndGroupOnlineDevices failed, deviceList.size() == 0.
158 bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices); in HWTEST_F()
164 * @tc.desc: FilterAndGroupOnlineDevices failed, deviceList.size() > MAX_DEVICE_SIZE.
176 bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices); in HWTEST_F()
182 * @tc.desc: FilterAndGroupOnlineDevices failed
194 bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp393 ProfileUtils::FilterAndGroupOnlineDevices(syncOptions.GetDeviceList(), ohBasedDevices, notOHBasedDevices); in SyncDeviceProfile()
/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

Completed in 6 milliseconds