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:TerminateApp
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H
A
D
ability_inner_feature.cpp
38
.
TerminateApp
= AbilityInnerFeature::
TerminateApp
,
120
return
TerminateApp
(bundleName);
in TerminateAppInvoke()
131
int32 AbilityInnerFeature::
TerminateApp
(const char *bundleName)
in TerminateApp()
function in OHOS::AbilityInnerFeature
H
A
D
ability_mgr_handler.cpp
100
TerminateApp
(bundleName);
in ServiceMsgProcess()
232
void AbilityMgrHandler::
TerminateApp
(const char *bundleName)
in TerminateApp()
function in OHOS::AbilityMgrHandler
236
AbilityMsStatus status = abilityWorker_.
TerminateApp
(bundleName);
in TerminateApp()
H
A
D
ability_worker.cpp
109
AbilityMsStatus AbilityWorker::
TerminateApp
(const char *bundleName)
in TerminateApp()
function in OHOS::AbilityWorker
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/include/
H
A
D
ability_tool.h
39
bool
TerminateApp
(IClientProxy *proxy) const;
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H
A
D
ability_inner_feature.h
32
static int32
TerminateApp
(const char *bundleName);
H
A
D
ability_mgr_handler.h
47
void
TerminateApp
(const char *bundleName);
H
A
D
ability_worker.h
34
AbilityMsStatus
TerminateApp
(const char *bundleName);
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/
H
A
D
ability_service_interface.h
82
int32 (*
TerminateApp
)(const char *bundleName);
member
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H
A
D
ability_tool.cpp
126
retVal =
TerminateApp
(innerProxy);
in RunCommand()
184
bool AbilityTool::
TerminateApp
(IClientProxy *proxy) const
in TerminateApp()
function in OHOS::AbilityTool
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_installer.cpp
359
amsInterface->
TerminateApp
(record.bundleName);
in HandleFileAndBackUpRecord()
447
amsInterface->
TerminateApp
(bundleName);
in Uninstall()
Completed in 5 milliseconds