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:HookMgrCreate
(Results
1 - 15
of
15
) sorted by relevance
/base/startup/init/services/init/standard/
H
A
D
bootstagehooker.c
30
bootStageHookMgr =
HookMgrCreate
(INIT_BOOTSTAGE_HOOK_NAME);
in GetBootStageHookMgr()
/base/startup/init/test/fuzztest/hookmgrdestroy_fuzzer/
H
A
D
hookmgrdestroy_fuzzer.cpp
24
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrDestroy()
/base/startup/init/test/fuzztest/hookmgrcreate_fuzzer/
H
A
D
hookmgrcreate_fuzzer.cpp
25
if (
HookMgrCreate
(str.c_str()) != nullptr) {
in FuzzHookMgrCreate()
/base/startup/init/test/fuzztest/hookmgrdel_fuzzer/
H
A
D
hookmgrdel_fuzzer.cpp
30
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrDel()
/base/startup/init/test/fuzztest/hookmgrgetstagescnt_fuzzer/
H
A
D
hookmgrgetstagescnt_fuzzer.cpp
25
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrGetStagesCnt()
/base/startup/init/test/fuzztest/hookmgrgethookscnt_fuzzer/
H
A
D
hookmgrgethookscnt_fuzzer.cpp
25
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrGetHooksCnt()
/base/startup/init/test/fuzztest/hookmgrexecute_fuzzer/
H
A
D
hookmgrexecute_fuzzer.cpp
26
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrExecute()
/base/startup/init/test/fuzztest/hookmgraddex_fuzzer/
H
A
D
hookmgraddex_fuzzer.cpp
25
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrAddEx()
/base/startup/init/test/fuzztest/hookmgrtraversal_fuzzer/
H
A
D
hookmgrtraversal_fuzzer.cpp
29
HOOK_MGR *hookMgr =
HookMgrCreate
(str.c_str());
in FuzzHookMgrTraversal()
/base/startup/init/interfaces/innerkits/include/
H
A
D
hookmgr.h
175
HOOK_MGR *
HookMgrCreate
(const char *name);
/base/startup/init/test/moduletest/
H
A
D
hookmgr_moduletest.cpp
80
g_hookMgr =
HookMgrCreate
("moduleTestHook");
in HWTEST_F()
/base/startup/init/interfaces/innerkits/hookmgr/
H
A
D
hookmgr.c
68
defaultHookMgr =
HookMgrCreate
("default");
in getHookMgr()
289
HOOK_MGR *
HookMgrCreate
(const char *name)
in HookMgrCreate()
function
/base/location/frameworks/location_common/common/source/
H
A
D
hook_utils.cpp
29
locatorHookMgr_ =
HookMgrCreate
("locationHookMgr");
in GetLocationExtHookMgr()
/base/startup/init/test/unittest/innerkits/
H
A
D
hookmgr_unittest.cpp
189
HOOK_MGR *hookMgr =
HookMgrCreate
("test");
in HWTEST_F()
/base/startup/appspawn/modules/modulemgr/
H
A
D
appspawn_modulemgr.c
95
g_appspawnHookMgr =
HookMgrCreate
("appspawn");
in GetAppSpawnHookMgr()
Completed in 7 milliseconds