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:systemAbilityId
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/compiler_service/src/
H
A
D
aot_compiler_load_callback.cpp
22
void AotCompilerLoadCallback::OnLoadSystemAbilitySuccess(int32_t
systemAbilityId
,
in OnLoadSystemAbilitySuccess()
argument
25
if (
systemAbilityId
!= AOT_COMPILER_SERVICE_ID) {
in OnLoadSystemAbilitySuccess()
26
LOG_SA(ERROR) << "system ability id " <<
systemAbilityId
<< " mismatch";
in OnLoadSystemAbilitySuccess()
35
LOG_SA(DEBUG) << "load system ability " <<
systemAbilityId
<< " succeed";
in OnLoadSystemAbilitySuccess()
39
void AotCompilerLoadCallback::OnLoadSystemAbilityFail(int32_t
systemAbilityId
)
in OnLoadSystemAbilityFail()
argument
41
if (
systemAbilityId
!= AOT_COMPILER_SERVICE_ID) {
in OnLoadSystemAbilityFail()
42
LOG_SA(ERROR) << "system ability id " <<
systemAbilityId
<< " mismatch";
in OnLoadSystemAbilityFail()
46
LOG_SA(DEBUG) << "load system ability " <<
systemAbilityId
<< " failed";
in OnLoadSystemAbilityFail()
H
A
D
aot_compiler_service.cpp
45
AotCompilerService::AotCompilerService(int32_t
systemAbilityId
, bool runOnCreate)
in AotCompilerService()
argument
46
: SystemAbility(
systemAbilityId
, runOnCreate), state_(ServiceRunningState::STATE_NOT_START)
in AotCompilerService()
/arkcompiler/ets_runtime/compiler_service/include/
H
A
D
aot_compiler_load_callback.h
28
void OnLoadSystemAbilitySuccess(int32_t
systemAbilityId
, const sptr<IRemoteObject> &remoteObject) override;
29
void OnLoadSystemAbilityFail(int32_t
systemAbilityId
) override;
H
A
D
aot_compiler_service.h
43
AotCompilerService(int32_t
systemAbilityId
, bool runOnCreate);
Completed in 3 milliseconds