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:amsMgrScheduler_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_ams_mgr_test/
H
A
D
ams_ipc_ams_mgr_module_test.cpp
158
auto
amsMgrScheduler_
= appMgrClient->GetAmsMgr();
in HWTEST_F()
local
165
amsMgrScheduler_
->TerminateAbility(token_, false);
in HWTEST_F()
197
auto
amsMgrScheduler_
= appMgrClient->GetAmsMgr();
in HWTEST_F()
local
206
amsMgrScheduler_
->UpdateAbilityState(token, abilityState);
in HWTEST_F()
239
auto
amsMgrScheduler_
= appMgrClient->GetAmsMgr();
in HWTEST_F()
local
245
amsMgrScheduler_
->RegisterAppStateCallback(callback);
in HWTEST_F()
278
auto
amsMgrScheduler_
= appMgrClient->GetAmsMgr();
in HWTEST_F()
local
284
amsMgrScheduler_
->KillApplication(bundleName);
in HWTEST_F()
316
auto
amsMgrScheduler_
= appMgrClient->GetAmsMgr();
in HWTEST_F()
local
323
amsMgrScheduler_
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H
A
D
ams_app_mgr_service_module_test.cpp
191
if (appMgrService_->
amsMgrScheduler_
) {
in TearDownTestCase()
192
appMgrService_->
amsMgrScheduler_
.clear();
in TearDownTestCase()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_mgr_service.h
934
sptr<IAmsMgr>
amsMgrScheduler_
;
member in OHOS::AppExecFwk::AppMgrService
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service.cpp
169
amsMgrScheduler_
= new (std::nothrow) AmsMgrScheduler(appMgrServiceInner_, taskHandler_);
in Init()
170
if (!
amsMgrScheduler_
) {
in Init()
324
return
amsMgrScheduler_
;
in GetAmsMgr()
Completed in 6 milliseconds