Home
last modified time | relevance | path

Searched defs:type (Results 7801 - 7825 of 12363) sorted by relevance

1...<<311312313314315316317318319320>>...495

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp283 bool ClassicAdapterProperties::UpdateConfig(int type) in UpdateConfig() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h233 virtual int SetDistributedTables(const std::vector<std::string>& tables, int type, in SetDistributedTables() argument
H A Daccess_token.h38 unsigned int type : 2; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile.cpp376 int HfpAgProfile::SendSubscriberNumberInformation(uint16_t type, const std::string &number, int service) in SendSubscriberNumberInformation() argument
641 int HfpAgProfile::NotifyCallingLineIdentification(uint16_t type, const std::string &number) const in NotifyCallingLineIdentification() argument
656 NotifyIncomingCallWaiting(uint16_t type, const std::string &number) const NotifyIncomingCallWaiting() argument
717 ProcessCurrentCallStateIncominging( int numActive, int numHeld, uint16_t type, const std::string &number) ProcessCurrentCallStateIncominging() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp659 void RenderContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp251 const auto type = assetManager_.GetExtensionType(ext); in StartLoading() local
H A Dmaterial_impl.cpp515 auto type = META_NS::GetValue(META_ACCESS_PROPERTY(Type)); in UpdateInputProperties() local
723 auto type = META_NS::GetValue(META_ACCESS_PROPERTY(Type)); BindInputProperties() local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp189 DeviceType type = *reinterpret_cast<const DeviceType*>(rawData); in AudioServerUpdateRouteReqTest() local
545 ManagerType type = static_cast<ManagerType>(typeInt); in AudioRendererInServerTest() local
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp411 GraphicTransformType type = surface_->GetTransformHint(); in HWTEST_F() local
845 GraphicTransformType type = surface_->GetTransform(); in HWTEST_F() local
1320 GraphicPresentTimestampType type = GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_UNSUPPORTED; in HWTEST_F() local
1340 GraphicPresentTimestampType type = GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_UNSUPPORTED; in HWTEST_F() local
1357 GraphicPresentTimestampType type = GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_DELAY; in HWTEST_F() local
1380 GraphicPresentTimestampType type = GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_DELAY; HWTEST_F() local
1597 std::string type = "test"; HWTEST_F() local
1613 std::string type = "test"; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp519 ParseGroups(xmlNode &node, XmlNodeType type) ParseGroups() argument
532 ParseGroup(xmlNode &node, XmlNodeType type) ParseGroup() argument
546 ParseGroupSink(xmlNode &node, XmlNodeType type, std::string &groupName) ParseGroupSink() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp71 AudioEndpointSeparate::AudioEndpointSeparate(EndpointType type, uint64_t id, in AudioEndpointSeparate() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp89 string_view type; in UpdateCustomPropertyMetadata() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp70 string_view type; in UpdateCustomPropertyMetadata() local
125 string_view type; in UpdateBindingPropertyMetadata() local
228 const RenderHandleType type in ShaderPipelineBinder() local
339 const RenderHandleType type = handle.GetHandleType(); Bind() local
372 const RenderHandleType type = resource.handle.GetHandleType(); BindBuffer() local
403 const RenderHandleType type = resources[0].handle.GetHandleType(); BindBuffers() local
435 const RenderHandleType type = resource.handle.GetHandleType(); BindImage() local
468 const RenderHandleType type = resources[0U].handle.GetHandleType(); BindImages() local
501 const RenderHandleType type = resource.handle.GetHandleType(); BindSampler() local
530 const RenderHandleType type = resources[0U].handle.GetHandleType(); BindSamplers() local
[all...]
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp707 GSError BufferClientProducer::GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) in GetPresentTimestamp() argument
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp227 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; in InitSpk() local
279 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; in InitMic() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp188 napi_valuetype type; in FetchResourceOrUri() local
199 uint32_t type = resource.Get<uint32_t>("type"); in FetchResourceOrUri() local
235 uint32_t type = resource.Get<uint32_t>("type"); in FetchResourceOrUri() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp47 string type; in CheckCompatibility() local
430 InsertIntoString( BASE_NS::string& search, BASE_NS::string& insertion, InsertType type, BASE_NS::string& stringContents, size_t len) InsertIntoString() argument
464 InsertInFile(CORE_NS::IFileManager& fileManager, BASE_NS::string_view fileUri, BASE_NS::string search, BASE_NS::string insertion, InsertType type) InsertInFile() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_loader.cpp88 ShaderLoader::ShaderLoader(IFileManager& fileManager, ShaderManager& shaderManager, const DeviceBackendType type) in ShaderLoader() argument
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h86 CastType type; member
160 DeviceChangeType type; member
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp419 static void HandleUpdateStreamState(int type, char *seg1) in HandleUpdateStreamState() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.cpp556 int32_t type; in GetMetaData() local
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.cpp109 Plugins::PluginType type; in Init() local
673 Plugins::PluginType type; in ChangePlugin() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp773 void ObjectRegistry::UnregisterInternalValueAccess(const CORE_NS::PropertyTypeDecl& type) in UnregisterInternalValueAccess() argument
767 RegisterInternalValueAccess( const CORE_NS::PropertyTypeDecl& type, IEngineInternalValueAccess::Ptr ptr) RegisterInternalValueAccess() argument
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Ddemuxer_plugin_manager.cpp243 std::string type in LoadDemuxerPlugin() local
712 UpdateDefaultStreamID(Plugins::MediaInfo& mediaInfo, StreamType type, int32_t newStreamID) UpdateDefaultStreamID() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_track.cpp170 const char* MemoryTrack::MemoryType2String(MEMORY_TYPE type) in MemoryType2String() argument
203 const std::string MemoryTrack::AllocatorType2String(OHOS::Media::AllocatorType type) in AllocatorType2String() argument
299 MEMORY_TYPE type = static_cast<MEMORY_TYPE>(i); DumpMemoryPicStatistics() local
[all...]

Completed in 33 milliseconds

1...<<311312313314315316317318319320>>...495