Searched refs:FilterAndGroupOnlineDevices (Results 1 - 4 of 4) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 42 static bool FilterAndGroupOnlineDevices(const std::vector<std::string>& deviceList,
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 149 * @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 D | device_profile_manager.cpp | 393 ProfileUtils::FilterAndGroupOnlineDevices(syncOptions.GetDeviceList(), ohBasedDevices, notOHBasedDevices); in SyncDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 108 bool ProfileUtils::FilterAndGroupOnlineDevices(const std::vector<std::string>& deviceList, in FilterAndGroupOnlineDevices() function in OHOS::DistributedDeviceProfile::ProfileUtils
|
Completed in 6 milliseconds