Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h52 static bool IsDevProfileValid(const DeviceProfile& devProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp39 if (!ProfileUtils::IsDevProfileValid(deviceProfile)) { in PutDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp108 if (!ProfileUtils::IsDevProfileValid(deviceProfile)) { in PutDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp349 bool ProfileUtils::IsDevProfileValid(const DeviceProfile& devProfile) in IsDevProfileValid() function in OHOS::DistributedDeviceProfile::ProfileUtils