Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:pluginInfo
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H
A
D
plugin_model_ng.cpp
28
void PluginModelNG::Create(const RequestPluginInfo&
pluginInfo
)
in Create()
argument
63
auto
pluginInfo
= pluginLayoutProperty->GetRequestPluginInfo().value_or(RequestPluginInfo());
in SetPluginSize()
local
76
auto
pluginInfo
= pluginLayoutProperty->GetRequestPluginInfo().value_or(RequestPluginInfo());
in SetWidth()
local
88
auto
pluginInfo
in SetHeight()
local
104
auto
pluginInfo
= pluginLayoutProperty->GetRequestPluginInfo().value_or(RequestPluginInfo());
SetPluginSize()
local
116
auto
pluginInfo
= pluginLayoutProperty->GetRequestPluginInfo().value_or(RequestPluginInfo());
SetWidth()
local
127
auto
pluginInfo
= pluginLayoutProperty->GetRequestPluginInfo().value_or(RequestPluginInfo());
SetHeight()
local
[all...]
H
A
D
plugin_pattern.cpp
348
auto
pluginInfo
= property->GetRequestPluginInfo();
in ISAllowUpdate()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
plugin_model_impl.cpp
22
void PluginModelImpl::Create(const RequestPluginInfo&
pluginInfo
)
in Create()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_plugin.cpp
47
RequestPluginInfo
pluginInfo
;
in Create()
local
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
type_finder.cpp
46
bool IsPluginSupportedExtension(Plugins::PluginInfo&
pluginInfo
, const std::string& extension)
in IsPluginSupportedExtension()
argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
plugin_sub_container.cpp
127
auto
pluginInfo
= layoutProperty->GetRequestPluginInfo();
in UpdateRootElementSize()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H
A
D
plugin_pattern_test_ng.cpp
66
RequestPluginInfo
pluginInfo
;
member
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/core/
H
A
D
filter_base.cpp
255
bool FilterBase::UpdateAndInitPluginByInfo(std::shared_ptr<T>& plugin, std::shared_ptr<Plugin::PluginInfo>&
pluginInfo
,
in UpdateAndInitPluginByInfo()
argument
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
type_finder.cpp
38
bool IsPluginSupportedExtension(Plugin::PluginInfo&
pluginInfo
, const std::string& extension)
in IsPluginSupportedExtension()
argument
239
auto
pluginInfo
= Plugin::PluginManager::Instance().GetPluginInfo(Plugin::PluginType::DEMUXER, pluginName);
in GetPlugins()
local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H
A
D
histreamer_ability_querier.cpp
141
auto
pluginInfo
= PluginManager::Instance().GetPluginInfo(PluginType::AUDIO_ENCODER, name);
in QueryAudioEncoderAbility()
local
363
auto
pluginInfo
= PluginManager::Instance().GetPluginInfo(PluginType::AUDIO_DECODER, name);
in QueryAudioDecoderAbility()
local
571
auto
pluginInfo
= PluginManager::Instance().GetPluginInfo(PluginType::VIDEO_ENCODER, name);
QueryVideoEncoderAbility()
local
769
auto
pluginInfo
= PluginManager::Instance().GetPluginInfo(PluginType::VIDEO_DECODER, name);
QueryVideoDecoderAbility()
local
[all...]
Completed in 9 milliseconds