Home
last modified time | relevance | path

Searched defs:type (Results 4826 - 4850 of 12363) sorted by relevance

1...<<191192193194195196197198199200>>...495

/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H A Decologic_rule_mgr_service_stub.cpp106 int32_t type = 0; in OnEvaluateResolveInfosResult() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.cpp53 void HfpAgProfileEventSender::HfVolumeChanged(const std::string &device, int type, int volume) const in HfVolumeChanged() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp61 bool DefaultAppRdb::GetDefaultApplicationInfo(int32_t userId, const std::string& type, Element& element) in GetDefaultApplicationInfo() argument
95 bool DefaultAppRdb::SetDefaultApplicationInfo(int32_t userId, const std::string& type, const Element& element) in SetDefaultApplicationInfo() argument
131 DeleteDefaultApplicationInfo(int32_t userId, const std::string& type) DeleteDefaultApplicationInfo() argument
234 const std::string& type = item.first; LoadDefaultApplicationConfig() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp55 std::string type; member
156 QuickFixType GetQuickFixType(const std::string &type) in GetQuickFixType() argument
[all...]
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_buffer_impl.h70 uint8_t type; member
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_encoder_filter.cpp76 AudioEncoderFilter::AudioEncoderFilter(std::string name, FilterType type): Filter(name, type) in AudioEncoderFilter() argument
H A Daudio_data_source_filter.cpp75 AudioDataSourceFilter::AudioDataSourceFilter(std::string name, FilterType type): Filter(name, type) in AudioDataSourceFilter() argument
H A Dsurface_decoder_filter.cpp104 SurfaceDecoderFilter::SurfaceDecoderFilter(const std::string& name, FilterType type): Filter(name, type) in SurfaceDecoderFilter() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp308 PropertyTypeDecl CustomPropertyPodHelper::GetPropertyTypeDeclaration(const string_view type) in GetPropertyTypeDeclaration() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.cpp592 ITestContainer::Ptr CreateTestContainer(const BASE_NS::string_view name, ClassInfo type) in CreateTestContainer() argument
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Dinner_capturer_unit_test.cpp131 bool MockRenderer::InitRenderer(StreamUsage usage, AudioPrivacyType type) in InitRenderer() argument
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp152 SourceType type = static_cast<SourceType>(sourceType); in OH_AudioRoutingManager_GetPreferredInputDevice() local
398 OH_AudioDevice_ChangeType type = static_cast<OH_AudioDevice_ChangeType>(deviceChangeAction.type); in OnDeviceChange() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp305 PropertyTypeDecl CustomPropertyPodHelper::GetPropertyTypeDeclaration(const string_view type) in GetPropertyTypeDeclaration() argument
656 GetPropertyTypeDeclaration(const string_view type) GetPropertyTypeDeclaration() argument
[all...]
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp814 std::string type = ""; in HWTEST_F() local
836 std::string type = "test"; in HWTEST_F() local
H A Dbuffer_queue_consumer_test.cpp221 HDRMetaDataType type; in HWTEST_F() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp44 int32_t AudioParamCallbackImpl::RenderCallback(AudioCallbackType type, int8_t &reserved, int8_t &cookie) in RenderCallback() argument
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp169 AVCodecType type = AVCODEC_TYPE_AUDIO_DECODER; in OH_AudioCodec_CreateByMime() local
194 AVCodecType type = AVCODEC_TYPE_AUDIO_ENCODER; in OH_AudioCodec_CreateByName() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp151 optional<AVCodecType> TypeConverter::HdiCodecTypeToInnerCodecType(CodecHDI::CodecType type) in HdiCodecTypeToInnerCodecType() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp313 Subscribe( const IObject::Ptr& root, HierarchyChangeObjectType type, const IObject::WeakPtr& parent) Subscribe() argument
342 AddSubscription( const IObject::Ptr& object, HierarchyChangeObjectType type, const IObject::WeakPtr& parent) AddSubscription() argument
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_toneplayer.cpp348 bool NapiTonePlayer::ToneTypeCheck(napi_env env, int32_t type) in ToneTypeCheck() argument
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_renderer_test.cpp106 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; in PlayerTest() local
77 AudioInterruptCallback(OH_AudioRenderer* renderer, void* userData, OH_AudioInterrupt_ForceType type, OH_AudioInterrupt_Hint hint) AudioInterruptCallback() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h66 void SetModifierType(RSModifierType type) in SetModifierType() argument
91 virtual void SetPropertyType(const RSRenderPropertyType type) {} in SetPropertyType() argument
110 virtual std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) in CreateRSValueEstimator() argument
186 RSRenderProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) in RSRenderProperty() argument
240 RSRenderAnimatableProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) in RSRenderAnimatableProperty() argument
243 RSRenderAnimatableProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type, const RSPropertyUnit unit) RSRenderAnimatableProperty() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp41 void Node::Update(int updateStart, int updateEnd, Event::Type type) in Update() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dluma_filter.cpp80 OH_Drawing_Typeface* type = OH_Drawing_TypefaceCreateDefault(); in draw_label() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp364 auto type = RSScreenType::VIRTUAL_TYPE_SCREEN; HWTEST_F() local
1667 ScreenConstraintType type = ScreenConstraintType::CONSTRAINT_NONE; HWTEST_F() local
1686 ScreenConstraintType type = ScreenConstraintType::CONSTRAINT_NONE; HWTEST_F() local
1707 ScreenConstraintType type = ScreenConstraintType::CONSTRAINT_NONE; HWTEST_F() local
1734 ScreenConstraintType type = ScreenConstraintType::CONSTRAINT_NONE; HWTEST_F() local
[all...]

Completed in 37 milliseconds

1...<<191192193194195196197198199200>>...495