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
refs:PackageDef
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/core/
H
A
D
plugin_register.h
34
std::shared_ptr<
PackageDef
> packageDef;
82
Status AddPackage(const
PackageDef
& def) override;
84
Status SetPackageDef(const
PackageDef
& def);
124
std::shared_ptr<
PackageDef
> packageDef {nullptr};
H
A
D
plugin_register.cpp
40
Status PluginRegister::RegisterImpl::AddPackage(const
PackageDef
& def)
in AddPackage()
45
Status PluginRegister::RegisterImpl::SetPackageDef(const
PackageDef
& def)
in SetPackageDef()
47
packageDef = std::make_shared<
PackageDef
>(def);
in SetPackageDef()
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H
A
D
plugin_definition.h
70
struct
PackageDef
{
struct
151
virtual Status AddPackage(const
PackageDef
& def) = 0;
186
* @param name Package name. For details, @see
PackageDef
::name
187
* @param license Package License, For details, @see
PackageDef
::licenseType
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H
A
D
plugin_package.h
32
Status AddPackage(const
PackageDef
& def)
in AddPackage()
H
A
D
plugin_definition.h
73
struct
PackageDef
{
struct
271
virtual Status AddPackage(const
PackageDef
& def) = 0;
306
* @param name Package name. For details, @see
PackageDef
::name
307
* @param license Package License, For details, @see
PackageDef
::licenseType
Completed in 3 milliseconds