Home
last modified time | relevance | path

Searched defs:GetProfileType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_color_box.h36 uint32_t GetProfileType() const override { return profileType_; } in GetProfileType() function
55 uint32_t GetProfileType() const override { return BOX_TYPE_NCLX; } in GetProfileType() function
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp168 ProfileType ProfileUtils::GetProfileType(const std::string& key) in GetProfileType() function in OHOS::DistributedDeviceProfile::ProfileUtils