Searched refs:ohBasedDevices (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 391 std::vector<std::string> ohBasedDevices; in SyncDeviceProfile() local 393 …ProfileUtils::FilterAndGroupOnlineDevices(syncOptions.GetDeviceList(), ohBasedDevices, notOHBasedD… in SyncDeviceProfile() 394 if (ohBasedDevices.empty() && notOHBasedDevices.empty()) { in SyncDeviceProfile() 399 if (!ohBasedDevices.empty()) { in SyncDeviceProfile() 407 … int32_t syncResult = deviceProfileStore_->Sync(ohBasedDevices, syncOptions.GetSyncMode()); in SyncDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 156 std::vector<std::string> ohBasedDevices; variable 158 …bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices… 174 std::vector<std::string> ohBasedDevices; variable 176 …bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices… 192 std::vector<std::string> ohBasedDevices; variable 194 …bool res = ProfileUtils::FilterAndGroupOnlineDevices(deviceList, ohBasedDevices, notOHBasedDevices…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 43 std::vector<std::string>& ohBasedDevices, std::vector<std::string>& notOHBasedDevices);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 109 std::vector<std::string>& ohBasedDevices, std::vector<std::string>& notOHBasedDevices) in FilterAndGroupOnlineDevices() argument 130 ohBasedDevices.push_back(dmDeviceInfo.networkId); in FilterAndGroupOnlineDevices()
|