Home
last modified time | relevance | path

Searched refs:GetCategory (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h89 int32_t GetCategory() const in GetCategory() function in OHOS::Media::ToneAttrs
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/tone_attrs/
H A Dtone_attrs_napi.h50 static napi_value GetCategory(napi_env env, napi_callback_info info);
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_attrs/
H A Dtone_attrs_napi.cpp57 DECLARE_NAPI_FUNCTION("getCategory", GetCategory), in Init()
330 napi_value ToneAttrsNapi::GetCategory(napi_env env, napi_callback_info info) in GetCategory() function in OHOS::Media::ToneAttrsNapi
345 napi_create_int32(env, toneAttrsNapi->toneAttrs_->GetCategory(), &result); in GetCategory()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.h50 BASE_NS::string_view GetCategory() const override;
H A Dperformance_data_manager.cpp127 string_view PerformanceDataManager::GetCategory() const in GetCategory() function in PerformanceDataManager
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dintf_performance_data_manager.h78 virtual BASE_NS::string_view GetCategory() const = 0;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.cpp113 CORE_LOG_I("%s PerformanceData for this run:", perfMan->GetCategory().data()); in ~Engine()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1344 category = toneAttrs->GetCategory(); in AddCustomizedTone()

Completed in 7 milliseconds