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
defs:HostToNet
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H
A
D
endian_converter.h
23
static inline uint16_t
HostToNet
(uint16_t value)
in HostToNet()
function
33
static inline uint32_t
HostToNet
(uint32_t value)
in HostToNet()
function
43
static inline uint64_t
HostToNet
(uint64_t value)
in HostToNet()
function
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
endian_converter.h
24
static inline int8_t
HostToNet
(int8_t value)
in HostToNet()
function
28
static inline int16_t
HostToNet
(int16_t value)
in HostToNet()
function
38
static inline int32_t
HostToNet
(int32_t value)
in HostToNet()
function
53
static inline int64_t
HostToNet
(int64_t value)
in HostToNet()
function
63
static inline uint8_t
HostToNet
(uint8_t value)
in HostToNet()
function
67
static inline uint16_t
HostToNet
(uint16_t value)
in HostToNet()
function
77
static inline uint32_t
HostToNet
(uint32_t value)
in HostToNet()
function
92
static inline uint64_t
HostToNet
(uint64_t value)
in HostToNet()
function
[all...]
H
A
D
endian_converter.cpp
24
float
HostToNet
(float value)
in HostToNet()
function
54
double
HostToNet
(double value)
in HostToNet()
function
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H
A
D
endian_converter.h
24
static inline int8_t
HostToNet
(int8_t value)
in HostToNet()
function
28
static inline int16_t
HostToNet
(int16_t value)
in HostToNet()
function
38
static inline int32_t
HostToNet
(int32_t value)
in HostToNet()
function
53
static inline int64_t
HostToNet
(int64_t value)
in HostToNet()
function
63
static inline uint8_t
HostToNet
(uint8_t value)
in HostToNet()
function
67
static inline uint16_t
HostToNet
(uint16_t value)
in HostToNet()
function
77
static inline uint32_t
HostToNet
(uint32_t value)
in HostToNet()
function
92
static inline uint64_t
HostToNet
(uint64_t value)
in HostToNet()
function
102
static inline bool
HostToNet
(bool value)
in HostToNet()
function
112
inline double
HostToNet
(doubl
function
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
endian_convert.h
33
template<typename T> T
HostToNet
(const T &from)
in HostToNet()
function
Completed in 3 milliseconds