Home
last modified time | relevance | path

Searched refs:IsCharacteristicProfileValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h62 static bool IsCharacteristicProfileValid(const CharacteristicProfile& charProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp311 if (!ProfileUtils::IsCharacteristicProfileValid(charProfile)) { in GetCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp382 bool ProfileUtils::IsCharacteristicProfileValid(const CharacteristicProfile& charProfile) in IsCharacteristicProfileValid() function in OHOS::DistributedDeviceProfile::ProfileUtils