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:IntToHexString
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_utils.cpp
26
std::string BleUtils::
IntToHexString
(uint8_t value)
in IntToHexString()
function in OHOS::bluetooth::BleUtils
40
strs +=
IntToHexString
(temp);
in ConvertIntToHexString()
H
A
D
ble_utils.h
48
static std::string
IntToHexString
(uint8_t value);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_utils.cpp
25
std::string ClassicUtils::
IntToHexString
(uint8_t value)
in IntToHexString()
function in OHOS::bluetooth::ClassicUtils
39
strs +=
IntToHexString
(temp);
in ConvertIntToHexString()
H
A
D
classic_utils.h
88
static std::string
IntToHexString
(uint8_t value);
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
ndef_message.cpp
196
buffer.append(NfcSdkCommon::
IntToHexString
(NfcSdkCommon::GetHexStrBytesLen(rtdType)));
in NdefRecordToString()
198
buffer.append(NfcSdkCommon::
IntToHexString
(NfcSdkCommon::GetHexStrBytesLen(payload)));
in NdefRecordToString()
200
buffer.append(NfcSdkCommon::
IntToHexString
(NfcSdkCommon::GetHexStrBytesLen(payload)));
in NdefRecordToString()
203
buffer.append(NfcSdkCommon::
IntToHexString
(NfcSdkCommon::GetHexStrBytesLen(id)));
in NdefRecordToString()
H
A
D
nfc_sdk_common.h
176
static std::string
IntToHexString
(uint32_t num);
H
A
D
nfc_sdk_common.cpp
132
std::string NfcSdkCommon::
IntToHexString
(uint32_t num)
in IntToHexString()
function in OHOS::NFC::KITS::NfcSdkCommon
/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H
A
D
externaldepsproxy_fuzzer.cpp
104
std::string key = NfcSdkCommon::
IntToHexString
(timeOutArray[0]);
in FuzzNfcDataSetString()
119
std::string key = NfcSdkCommon::
IntToHexString
(timeOutArray[0]);
in FuzzNfcDataSetInt()
196
std::string oldAppPackageName = NfcSdkCommon::
IntToHexString
(timeOutArray[0]);
in FuzzWriteDefaultPaymentAppChangeHiSysEvent()
/foundation/communication/nfc/test/unittest/services/public_test/
H
A
D
nfc_public_test.cpp
180
* @tc.desc: Test NfcPublic
IntToHexString
.
187
std::string intToStr = NfcSdkCommon::
IntToHexString
(num);
in HWTEST_F()
273
* @tc.desc: Test NfcPublic
IntToHexString
.
279
std::string intToStr = NfcSdkCommon::
IntToHexString
(num);
in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/tags/
H
A
D
mifare_classic_tag.cpp
197
hexCmd += NfcSdkCommon::
IntToHexString
(value);
in IncrementBlock()
220
hexCmd += NfcSdkCommon::
IntToHexString
(value);
in DecrementBlock()
/foundation/communication/nfc/services/src/tag/
H
A
D
tag_dispatcher.cpp
97
ndef = NfcSdkCommon::
IntToHexString
(btData->vendorPayload_.length());
in HandleNdefDispatch()
Completed in 8 milliseconds