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:AddPackage
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H
A
D
plugin_definition.h
151
virtual Status
AddPackage
(const PackageDef& def) = 0;
195
pkgReg->
AddPackage
({PLUGIN_INTERFACE_VERSION, PLUGIN_STRINGIFY(name), license}); \
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H
A
D
plugin_package.h
32
Status
AddPackage
(const PackageDef& def)
in AddPackage()
function in OHOS::Media::Plugins::PluginPackage
H
A
D
plugin_definition.h
271
virtual Status
AddPackage
(const PackageDef& def) = 0;
315
pkgReg->
AddPackage
({PLUGIN_INTERFACE_VERSION, PLUGIN_STRINGIFY(name), license}); \
/foundation/multimedia/media_foundation/engine/plugin/core/
H
A
D
plugin_register.cpp
40
Status PluginRegister::RegisterImpl::
AddPackage
(const PackageDef& def)
in AddPackage()
function in PluginRegister::RegisterImpl
343
(void)staticPluginRegister_->
AddPackage
({pluginDef.pkgVersion, pluginDef.pkgName, pluginDef.license});
in RegisterGenericPlugin()
351
(void)staticPluginRegister_->
AddPackage
({pluginDef.pkgVersion, pluginDef.pkgName, pluginDef.license});
in RegisterGenericPlugins()
H
A
D
plugin_register.h
82
Status
AddPackage
(const PackageDef& def) override;
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
accessibility_ut_helper.h
333
void
AddPackage
(const std::string &name)
in AddPackage()
function in OHOS::Accessibility::AccessibilityAbilityHelper
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
accessibility_module_test_helper.h
333
void
AddPackage
(const std::string &name)
in AddPackage()
function in OHOS::Accessibility::AccessibilityAbilityMtHelper
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
accessibility_ut_helper.h
333
void
AddPackage
(const std::string &name)
in AddPackage()
function in OHOS::A11y::A11yAbilityHelper
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessible_ability_manager_service.cpp
563
AccessibilityAbilityHelper::GetInstance().
AddPackage
(bundleName);
in PackageAdd()
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H
A
D
asac_register_element_operator_xts.cpp
538
A11yAbilityHelper::GetInstance().
AddPackage
(bundleName);
in PackageAdd()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_xts.cpp
538
A11yAbilityHelper::GetInstance().
AddPackage
(bundleName);
in PackageAdd()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H
A
D
mock_a11y_ability_manager_service.cpp
563
A11yAbilityHelper::GetInstance().
AddPackage
(bundleName);
in PackageAdd()
Completed in 10 milliseconds