/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/ |
H A D | tone_attrs.h | 40 …egory) : title_(title), fileName_(fileName), uri_(uri), custType_(custType), category_(category) {} in ToneAttrs() 86 category_ = category; in SetCategory() 91 return category_; in GetCategory() 99 int32_t category_ = 0; variable
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_event_info.cpp | 296 category_ = category; in SetNotificationInfo() 297 HILOG_DEBUG("category_[%{public}d]", category_); in SetNotificationInfo() 314 HILOG_DEBUG("category_[%{public}d]", category_); in GetNotificationInfo() 315 return category_; in GetNotificationInfo()
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/base/ |
H A D | effect_info.h | 67 Category category_; variable
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_event_info_parcel.cpp | 52 category_ = static_cast<NotificationCategory>(category); in ReadFromParcelFirstPart() 152 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(category_)); in Marshalling()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/ |
H A D | performance_data_manager.cpp | 125 PerformanceDataManager::PerformanceDataManager(const string_view category) : category_(category) {} in PerformanceDataManager() 129 return category_; in GetCategory()
|
H A D | performance_data_manager.h | 71 const BASE_NS::string category_; in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_event_info.h | 525 NotificationCategory category_ = CATEGORY_INVALID; variable
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_message.h | 84 int8_t category_ = static_cast<int8_t>(SmsCmaeCategory::RESERVED); variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.cpp | 96 effectInfo->category_ = Category::COLOR_ADJUST; in SetEffectInfo()
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_message.cpp | 370 category_ = static_cast<int8_t>(deliver.cmasData.category); in AnalsisCMASMsg() 582 return category_; in GetCMASCategory() 644 .append(std::to_string(category_)) in GetCbInfo()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 145 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 144 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_manager.cpp | 388 for (const auto& ref : category_.nameToId) { in GetCategoryName() 433 if (const auto iter = category_.nameToId.find(name); iter != category_.nameToId.cend()) { in CreateCategoryId() 436 const uint32_t id = static_cast<uint32_t>(category_.data.size()); in CreateCategoryId() 437 category_.nameToId[name] = id; in CreateCategoryId() 438 category_.data.push_back(string(name)); in CreateCategoryId()
|
H A D | shader_manager.h | 401 Category category_; variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.cpp | 234 info_->category_ = Category::SHAPE_ADJUST; in GetEffectInfo()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.cpp | 288 effectInfo->category_ = Category::DEFAULT; in SwitchToEffectInfo()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestImageEffect.cpp | 78 info_->category_ = Category::SHAPE_ADJUST; in GetEffectInfo()
|