Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp391 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 Dprofile_utils_test.cpp156 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 Dprofile_utils.h43 std::vector<std::string>& ohBasedDevices, std::vector<std::string>& notOHBasedDevices);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp109 std::vector<std::string>& ohBasedDevices, std::vector<std::string>& notOHBasedDevices) in FilterAndGroupOnlineDevices() argument
130 ohBasedDevices.push_back(dmDeviceInfo.networkId); in FilterAndGroupOnlineDevices()