Home
last modified time | relevance | path

Searched defs:notOHBasedDevices (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp392 std::vector<std::string> notOHBasedDevices; in SyncDeviceProfile() local
493 …32_t DeviceProfileManager::SyncWithNotOHBasedDevice(const std::vector<std::string>& notOHBasedDevi… in SyncWithNotOHBasedDevice()
511 …eviceProfileManager::SyncWithNotOHBasedDeviceFailed(const std::vector<std::string>& notOHBasedDevi… in SyncWithNotOHBasedDeviceFailed()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp157 std::vector<std::string> notOHBasedDevices; variable
175 std::vector<std::string> notOHBasedDevices; variable
193 std::vector<std::string> notOHBasedDevices; variable
/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()