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:SetAppMgr
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagerb_fuzzer/
H
A
D
cacheprocessmanagerb_fuzzer.cpp
90
mgr->
SetAppMgr
(serviceInner1);
in CacheProcessManagerFuzztestFunc1()
94
mgr->
SetAppMgr
(serviceInner2);
in CacheProcessManagerFuzztestFunc1()
123
mgr->
SetAppMgr
(serviceInner1);
in CacheProcessManagerFuzztestFunc2()
127
mgr->
SetAppMgr
(serviceInner2);
in CacheProcessManagerFuzztestFunc2()
/foundation/ability/ability_runtime/test/fuzztest/cacheprocessmanagera_fuzzer/
H
A
D
cacheprocessmanagera_fuzzer.cpp
72
mgr->
SetAppMgr
(serviceInner1); // null mgr
in CacheProcessManagerFuzztestFunc1()
99
mgr->
SetAppMgr
(serviceInner);
in CacheProcessManagerFuzztestFunc1()
107
mgr->
SetAppMgr
(serviceInner1);
in CacheProcessManagerFuzztestFunc2()
131
mgr->
SetAppMgr
(serviceInner); // appInner not null
in CacheProcessManagerFuzztestFunc2()
157
mgr->
SetAppMgr
(serviceInner1);
in CacheProcessManagerFuzztestFunc3()
/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H
A
D
cache_process_manager_test.cpp
108
* @tc.desc: Test the state of
SetAppMgr
116
cacheProcMgr->
SetAppMgr
(appMgrInner);
in HWTEST_F()
178
cacheProcMgr->
SetAppMgr
(appMgrInner);
in HWTEST_F()
222
cacheProcMgr->
SetAppMgr
(appMgrInner);
in HWTEST_F()
248
cacheProcMgr->
SetAppMgr
(appMgrInner);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
cache_process_manager.h
35
void
SetAppMgr
(const std::weak_ptr<AppMgrServiceInner> &appMgr);
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
cache_process_manager.cpp
59
void CacheProcessManager::
SetAppMgr
(const std::weak_ptr<AppMgrServiceInner> &appMgr)
in SetAppMgr()
function in OHOS::AppExecFwk::CacheProcessManager
H
A
D
app_mgr_service.cpp
155
DelayedSingleton<CacheProcessManager>::GetInstance()->
SetAppMgr
(appMgrServiceInner_);
in Init()
Completed in 6 milliseconds