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:CharToHex
(Results
1 - 6
of
6
) sorted by relevance
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H
A
D
domain_chain_rule_test.cpp
101
* @tc.desc: Test
CharToHex
func.
106
uint8_t result = DomainChainRule::
CharToHex
('1', '0');
in HWTEST_F()
109
result = DomainChainRule::
CharToHex
('2', '2');
in HWTEST_F()
112
result = DomainChainRule::
CharToHex
('3', '9');
in HWTEST_F()
118
* @tc.desc: Test
CharToHex
func.
124
uint8_t result = DomainChainRule::
CharToHex
('1');
in HWTEST_F()
128
result = DomainChainRule::
CharToHex
('a');
in HWTEST_F()
132
result = DomainChainRule::
CharToHex
('F');
in HWTEST_F()
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H
A
D
domain_chain_rule.cpp
115
uint8_t segmentSize =
CharToHex
(firstChar, secondChar);
in FormatDataToDomain()
119
uint8_t segmentChar =
CharToHex
(firstChar, secondChar);
in FormatDataToDomain()
135
uint8_t DomainChainRule::
CharToHex
(const char &first, const char &second)
in CharToHex()
function in OHOS::EDM::IPTABLES::DomainChainRule
137
uint8_t high =
CharToHex
(first);
in CharToHex()
138
uint8_t low =
CharToHex
(second);
in CharToHex()
142
uint8_t DomainChainRule::
CharToHex
(const char &hexChar)
in CharToHex()
function in OHOS::EDM::IPTABLES::DomainChainRule
/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H
A
D
domain_chain_rule.h
36
static uint8_t
CharToHex
(const char& first, const char& second);
37
static uint8_t
CharToHex
(const char& hexChar);
/base/security/dlp_permission_service/frameworks/common/src/
H
A
D
hex_string.cpp
53
static uint8_t
CharToHex
(char c)
in CharToHex()
function
78
uint8_t high =
CharToHex
(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]);
in HexStringToByte()
79
uint8_t low =
CharToHex
(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]);
in HexStringToByte()
/base/security/device_auth/common_lib/impl/src/
H
A
D
string_util.c
54
static uint8_t
CharToHex
(char c)
in CharToHex()
function
79
uint8_t high =
CharToHex
(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]);
in HexStringToByte()
80
uint8_t low =
CharToHex
(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]);
in HexStringToByte()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H
A
D
cert_manager_auth_mgr.c
45
static uint8_t
CharToHex
(char c)
in CharToHex()
function
82
uint8_t high =
CharToHex
(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]);
in HexStringToByte()
83
uint8_t low =
CharToHex
(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]);
in HexStringToByte()
Completed in 3 milliseconds