Home
last modified time | relevance | path

Searched defs:regInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_manager.cpp35 auto regInfo = pluginRegister_->GetPluginRegInfo(type, name); in GetPluginInfo() local
47 auto regInfo = pluginRegister_->GetPluginRegInfo(PluginType::DEMUXER, name); in Sniffer() local
H A Dplugin_register.cpp75 auto regInfo = std::make_shared<PluginRegInfo>(); in UpdateRegisterTableAndRegisterNames() local
156 bool PluginRegister::RegisterImpl::MoreAcceptable(std::shared_ptr<PluginRegInfo>& regInfo, const Pl… in MoreAcceptable()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dplugin_manager.h82 auto regInfo = pluginRegister_->GetPluginRegInfo(pluginType, name); in CreatePlugin() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dco_auth_client_impl.cpp43 CoAuthInterface::ExecutorRegisterInfo regInfo; in Register() local
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtDemuxerTest2.cpp27 DemuxerPluginDef regInfo; in RegisterPlugins() local
H A DUtDemuxerTest1.cpp35 DemuxerPluginDef regInfo; in RegisterPlugins() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
H A Dwav_demuxer_plugin.cpp238 DemuxerPluginDef regInfo; in RegisterPlugin() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H A Daac_demuxer_plugin.cpp442 DemuxerPluginDef regInfo; in RegisterPlugin() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp475 DemuxerPluginDef regInfo; in RegisterPlugins() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c894 ProfileSecurityInfo *regInfo = NULL; in GAP_RegisterServiceSecurity() local
943 ProfileSecurityInfo *regInfo = NULL; in GAP_DeregisterServiceSecurity() local
H A Dgap_br_sec.c379 ProfileSecurityInfo *regInfo = NULL; in GAP_RequestSecurity() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp693 DemuxerPluginDef regInfo; in RegisterPlugins() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_demuxer_plugin.cpp724 DemuxerPluginDef regInfo; in RegisterPlugin() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c1006 struct RegDeviceInfo *regInfo = (struct RegDeviceInfo *)arg; in RegisterDeviceV2() local
1024 struct RegDeviceInfo regInfo; in RegisterDeviceWithType() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_int.h450 AvdtRegisterParam regInfo; /* Registration control block */ member
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h373 int32_t regInfo; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp1896 DemuxerPluginDef regInfo; in RegisterPlugins() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp1207 DistributedInputSourceManager::DInputClientRegistInfo regInfo {devId, dhId, callback}; variable