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:IsAppKilling
(Results
1 - 15
of
15
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_first_test/
H
A
D
app_mgr_client_first_test.cpp
200
* @tc.desc: AppMgrClient test for
IsAppKilling
.
208
auto result = appMgrClient->
IsAppKilling
(token);
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
ams_mgr_interface.h
444
virtual bool
IsAppKilling
(sptr<IRemoteObject> token)
in IsAppKilling()
function in OHOS::AppExecFwk::IAmsMgr
H
A
D
ams_mgr_proxy.h
394
virtual bool
IsAppKilling
(sptr<IRemoteObject> token) override;
H
A
D
app_mgr_client.h
892
bool
IsAppKilling
(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
ams_mgr_scheduler.h
421
virtual bool
IsAppKilling
(sptr<IRemoteObject> token) override;
H
A
D
app_mgr_service_inner.h
1354
bool
IsAppKilling
(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
ams_mgr_scheduler.cpp
732
bool AmsMgrScheduler::
IsAppKilling
(sptr<IRemoteObject> token)
in IsAppKilling()
function in OHOS::AppExecFwk::AmsMgrScheduler
738
return amsMgrServiceInner_->
IsAppKilling
(token);
in IsAppKilling()
H
A
D
app_mgr_service_inner.cpp
8142
bool AppMgrServiceInner::
IsAppKilling
(sptr<IRemoteObject> token) const
in NotifyAppFaultBySA()
function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
app_scheduler.cpp
655
bool AppScheduler::
IsAppKilling
(sptr<IRemoteObject> token) const
in IsAppKilling()
function in OHOS::AAFwk::AppScheduler
661
return appMgrClient_->
IsAppKilling
(token);
in IsAppKilling()
H
A
D
ability_manager_service.cpp
1023
bool isAppKilling = IN_PROCESS_CALL(DelayedSingleton<AppScheduler>::GetInstance()->
IsAppKilling
(callerToken));
in StartAbilityInner()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
app_scheduler.h
565
bool
IsAppKilling
(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H
A
D
ams_mgr_scheduler_second_test.cpp
2066
* @tc.desc: Test
IsAppKilling
2081
auto ret = amsMgrScheduler->
IsAppKilling
(token);
in HWTEST_F()
2088
* @tc.desc: Test
IsAppKilling
2104
auto ret = amsMgrScheduler->
IsAppKilling
(token);
in HWTEST_F()
2111
* @tc.desc: Test
IsAppKilling
2127
auto ret = amsMgrScheduler->
IsAppKilling
(token);
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H
A
D
app_mgr_client.cpp
1393
bool AppMgrClient::
IsAppKilling
(sptr<IRemoteObject> token) const
in IsAppKilling()
function in OHOS::AppExecFwk::AppMgrClient
1403
return amsService->
IsAppKilling
(token);
in IsAppKilling()
H
A
D
ams_mgr_stub.cpp
856
auto isAppKilling =
IsAppKilling
(token);
in HandleIsAppKilling()
H
A
D
ams_mgr_proxy.cpp
1312
bool AmsMgrProxy::
IsAppKilling
(sptr<IRemoteObject> token)
in IsAppKilling()
function in OHOS::AppExecFwk::AmsMgrProxy
Completed in 49 milliseconds