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:GetAppManager
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/background_task_observer_test/
H
A
D
background_task_observer_test.cpp
75
observer_->
GetAppManager
();
in HWTEST_F()
106
observer_->
GetAppManager
();
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
background_task_observer.cpp
39
GetAppManager
();
in OnContinuousTaskStart()
53
GetAppManager
();
in OnContinuousTaskStop()
160
sptr<AppExecFwk::IAppMgr> BackgroundTaskObserver::
GetAppManager
()
in GetAppManager()
function in OHOS::AAFwk::BackgroundTaskObserver
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
background_task_observer.h
57
sptr<AppExecFwk::IAppMgr>
GetAppManager
();
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
distributed_sched_service.h
293
sptr<AppExecFwk::IAppMgr>
GetAppManager
();
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
3374
sptr<AppExecFwk::IAppMgr> appObject =
GetAppManager
();
in RegisterAppStateObserver()
3441
sptr<AppExecFwk::IAppMgr> appObject =
GetAppManager
();
in UnregisterAppStateObserver()
3455
sptr<AppExecFwk::IAppMgr> DistributedSchedService::
GetAppManager
()
in GetAppManager()
function in OHOS::DistributedSchedule::DistributedSchedService
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H
A
D
distributedschedstub_fuzzer.cpp
163
DistributedSchedService::GetInstance().
GetAppManager
();
in StartContinuationInnerFuzzTest()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
distributed_sched_service_second_test.cpp
1336
* @tc.desc: test
GetAppManager
1343
auto ret = DistributedSchedService::GetInstance().
GetAppManager
();
in HWTEST_F()
Completed in 14 milliseconds