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:StopAOT
(Results
1 - 19
of
19
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H
A
D
aot_executor.h
39
ErrCode
StopAOT
();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
installd_client.cpp
84
ErrCode InstalldClient::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::InstalldClient
86
return CallService(&IInstalld::
StopAOT
);
in StopAOT()
H
A
D
mock_installd_host_impl.cpp
219
ErrCode InstalldHostImpl::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::InstalldHostImpl
H
A
D
mock_install_client.cpp
62
ErrCode InstalldClient::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
installd_client.cpp
90
ErrCode InstalldClient::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::InstalldClient
92
return CallService(&IInstalld::
StopAOT
);
in StopAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H
A
D
installd_host_impl.h
71
virtual ErrCode
StopAOT
() override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
installd_client.h
196
ErrCode
StopAOT
();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H
A
D
installd_interface.h
102
virtual ErrCode
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::IInstalld
H
A
D
installd_proxy.h
73
virtual ErrCode
StopAOT
() override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_executor.cpp
301
ErrCode AOTExecutor::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::AOTExecutor
H
A
D
aot_handler.cpp
524
ErrCode ret = InstalldClient::GetInstance()->
StopAOT
();
in BeforeOTACompile()
525
APP_LOGI("
StopAOT
ret %{public}d", ret);
in BeforeOTACompile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_permission_test.cpp
383
ret = installdHostImpl.
StopAOT
();
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H
A
D
bms_data_aot_test.cpp
310
* @tc.name: test
StopAOT
312
* 2. call
StopAOT
318
ErrCode ret = AOTExecutor::GetInstance().
StopAOT
();
in HWTEST_F()
324
* @tc.name: test
StopAOT
326
* 2. call
StopAOT
333
ErrCode ret = AOTExecutor::GetInstance().
StopAOT
();
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_host_impl.cpp
246
ErrCode InstalldHostImpl::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::InstalldHostImpl
248
LOG_I(BMS_TAG_INSTALLD, "
StopAOT
begin");
in StopAOT()
253
return AOTExecutor::GetInstance().
StopAOT
();
in StopAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H
A
D
bms_install_daemon_ipc_test.cpp
987
* @tc.name: test Marshalling function of
StopAOT
988
* @tc.desc: 1. calling
StopAOT
of proxy
995
auto ret = proxy->
StopAOT
();
in HWTEST_F()
H
A
D
bms_install_daemon_host_impl_test.cpp
1015
* @tc.desc: 1. calling
StopAOT
of hostImpl
1023
ErrCode ret = installdProxy->
StopAOT
();
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H
A
D
installd_host.cpp
345
ErrCode result =
StopAOT
();
in HandleStopAOT()
H
A
D
installd_proxy.cpp
160
ErrCode InstalldProxy::
StopAOT
()
in StopAOT()
function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H
A
D
bms_installd_client_test.cpp
1158
* @tc.name:
StopAOT
1159
* @tc.desc: call
StopAOT
.
1164
ErrCode result = installClient_->
StopAOT
();
in HWTEST_F()
Completed in 25 milliseconds