Home
last modified time | relevance | path

Searched refs:category_ (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h40 int32_t category) : 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; member in OHOS::Media::ToneAttrs
/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()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H A Deffect_info.h67 Category category_; member in OHOS::Media::Effect::EffectInfo
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_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()
/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()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_event_info.h275 NotificationCategory category_ = CATEGORY_INVALID; member in OHOS::Accessibility::MockAccessibilityEventInfo
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h523 NotificationCategory category_ = CATEGORY_INVALID; member in OHOS::Accessibility::AccessibilityEventInfo
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.h71 const BASE_NS::string category_; member in final
H A Dperformance_data_manager.cpp125 PerformanceDataManager::PerformanceDataManager(const string_view category) : category_(category) {} in PerformanceDataManager()
129 return category_; in GetCategory()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp145 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp144 info_->category_ = Category::COLOR_ADJUST; in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp288 effectInfo->category_ = Category::DEFAULT; in SwitchToEffectInfo()
/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp78 info_->category_ = Category::SHAPE_ADJUST;
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp235 info_->category_ = Category::SHAPE_ADJUST; in GetEffectInfo()
/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_; member in final

Completed in 11 milliseconds