Home
last modified time | relevance | path

Searched refs:IsOHBasedDevice (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp199 if (!ProfileUtils::IsOHBasedDevice(deviceInfo.extraData)) { in E2ESyncStaticProfile()
H A Ddevice_profile_manager.cpp682 if (!ProfileUtils::IsOHBasedDevice(extraData)) { in FixDataOnDeviceOnline()
769 if (ProfileUtils::IsOHBasedDevice(deviceInfo.extraData)) { in NotifyNotOHBaseOnline()
810 if (!ProfileUtils::IsOHBasedDevice(deviceInfo.extraData)) { in E2ESyncDynamicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h44 static bool IsOHBasedDevice(const std::string& extraData);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp207 bool res = ProfileUtils::IsOHBasedDevice(extraData);
220 bool res = ProfileUtils::IsOHBasedDevice(extraData);
234 bool res = ProfileUtils::IsOHBasedDevice(extraData);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp129 if (IsOHBasedDevice(dmDeviceInfo.extraData)) { in FilterAndGroupOnlineDevices()
138 bool ProfileUtils::IsOHBasedDevice(const std::string& extraData) in IsOHBasedDevice() function in OHOS::DistributedDeviceProfile::ProfileUtils