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:DecToHex
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_executor.cpp
74
std::string AOTExecutor::
DecToHex
(uint32_t decimal) const
in DecToHex()
function in OHOS::AppExecFwk::AOTExecutor
76
APP_LOGD("
DecToHex
begin, decimal : %{public}u", decimal);
in DecToHex()
143
subject[ABC_OFFSET] =
DecToHex
(aotArgs.offset);
in GetSubjectInfo()
144
subject[ABC_SIZE] =
DecToHex
(aotArgs.length);
in GetSubjectInfo()
145
subject[PROCESS_UID] =
DecToHex
(currentProcessUid);
in GetSubjectInfo()
146
subject[BUNDLE_UID] =
DecToHex
(aotArgs.bundleUid);
in GetSubjectInfo()
148
subject[IS_ENCRYPTED_BUNDLE] =
DecToHex
(aotArgs.isEncryptedBundle);
in GetSubjectInfo()
149
subject[IS_SCREEN_OFF] =
DecToHex
(aotArgs.isScreenOff);
in GetSubjectInfo()
166
object[ABC_OFFSET] =
DecToHex
(hspInfo.offset);
in MapArgs()
167
object[ABC_SIZE] =
DecToHex
(hspInf
in MapArgs()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H
A
D
aot_executor.h
45
std::string
DecToHex
(uint32_t decimal) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H
A
D
bms_data_aot_test.cpp
1280
* @tc.name: test
DecToHex
1281
* @tc.desc: test
DecToHex
function return value
1285
std::string result = AOTExecutor::GetInstance().
DecToHex
(50);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H
A
D
bms_bundle_default_app_test.cpp
1769
std::string hex = AOTExecutor::GetInstance().
DecToHex
(decimal);
in HWTEST_F()
Completed in 8 milliseconds