Home
last modified time | relevance | path

Searched refs:category_ (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h40 …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 Daccessibility_event_info.cpp296 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 Deffect_info.h67 Category category_; variable
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp52 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 Dperformance_data_manager.cpp125 PerformanceDataManager::PerformanceDataManager(const string_view category) : category_(category) {} in PerformanceDataManager()
129 return category_; in GetCategory()
H A Dperformance_data_manager.h71 const BASE_NS::string category_; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h525 NotificationCategory category_ = CATEGORY_INVALID; variable
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_message.h84 int8_t category_ = static_cast<int8_t>(SmsCmaeCategory::RESERVED); variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.cpp96 effectInfo->category_ = Category::COLOR_ADJUST; in SetEffectInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_message.cpp370 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 Dbrightness_efilter.cpp145 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp144 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp388 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 Dshader_manager.h401 Category category_; variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp234 info_->category_ = Category::SHAPE_ADJUST; in GetEffectInfo()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp288 effectInfo->category_ = Category::DEFAULT; in SwitchToEffectInfo()
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp78 info_->category_ = Category::SHAPE_ADJUST; in GetEffectInfo()