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:CreateAbility
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_lite/interfaces/kits/ability_lite/
H
A
D
ability_loader.h
58
using
CreateAbility
= std::function<Ability *(void)>;
80
void RegisterAbility(const std::string &abilityName, const
CreateAbility
&createFunc);
95
std::unordered_map<std::string,
CreateAbility
> abilities_;
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
native_ability_thread.cpp
101
ability_ = SliteAbilityLoader::GetInstance().
CreateAbility
(SliteAbilityType::NATIVE_ABILITY,
in InitAbilityThread()
106
nativeAbility_ = SliteAbilityLoader::GetInstance().
CreateAbility
(SliteAbilityType::NATIVE_ABILITY,
in InitAbilityThread()
111
ability_ = SliteAbilityLoader::GetInstance().
CreateAbility
(SliteAbilityType::NATIVE_ABILITY,
in InitAbilityThread()
H
A
D
slite_ability_loader.cpp
36
SliteAbility *SliteAbilityLoader::
CreateAbility
(SliteAbilityType type, const char *bundleName)
in CreateAbility()
function in OHOS::AbilitySlite::SliteAbilityLoader
H
A
D
js_ability_thread.cpp
82
ability_ = SliteAbilityLoader::GetInstance().
CreateAbility
(SliteAbilityType::JS_ABILITY, abilityRecord->appName);
in InitAbilityThread()
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/slite/
H
A
D
slite_ability_loader.h
45
SliteAbility *
CreateAbility
(SliteAbilityType type, const char *bundleName);
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H
A
D
ability_loader.cpp
26
void AbilityLoader::RegisterAbility(const std::string &abilityName, const
CreateAbility
&createFunc)
in RegisterAbility()
Completed in 2 milliseconds