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:NetToHost
(Results
1 - 18
of
18
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
endian_converter.h
33
static inline int16_t
NetToHost
(int16_t value)
in NetToHost()
function
43
static inline int8_t
NetToHost
(int8_t value)
in NetToHost()
function
48
static inline int32_t
NetToHost
(int32_t value)
in NetToHost()
function
58
static inline int64_t
NetToHost
(int64_t value)
in NetToHost()
function
72
static inline uint16_t
NetToHost
(uint16_t value)
in NetToHost()
function
82
static inline uint8_t
NetToHost
(uint8_t value)
in NetToHost()
function
87
static inline uint32_t
NetToHost
(uint32_t value)
in NetToHost()
function
97
static inline uint64_t
NetToHost
(uint64_t value)
in NetToHost()
function
104
float
NetToHost
(float value);
108
double
NetToHost
(doubl
[all...]
H
A
D
endian_converter.cpp
39
float
NetToHost
(float value)
in NetToHost()
function
69
double
NetToHost
(double value)
in NetToHost()
function
H
A
D
tlv_object.h
134
value =
NetToHost
(value);
in ReadBasic()
H
A
D
tlv_object.cpp
331
auto len =
NetToHost
(pHead->len);
in ReadHead()
339
head.tag =
NetToHost
(pHead->tag);
in ReadHead()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H
A
D
endian_converter.h
33
static inline int16_t
NetToHost
(int16_t value)
in NetToHost()
function
43
static inline int8_t
NetToHost
(int8_t value)
in NetToHost()
function
48
static inline int32_t
NetToHost
(int32_t value)
in NetToHost()
function
58
static inline int64_t
NetToHost
(int64_t value)
in NetToHost()
function
72
static inline uint16_t
NetToHost
(uint16_t value)
in NetToHost()
function
82
static inline uint8_t
NetToHost
(uint8_t value)
in NetToHost()
function
87
static inline uint32_t
NetToHost
(uint32_t value)
in NetToHost()
function
97
static inline uint64_t
NetToHost
(uint64_t value)
in NetToHost()
function
107
static inline bool
NetToHost
(bool value)
in NetToHost()
function
124
inline double
NetToHost
(doubl
function
[all...]
H
A
D
tlv_object.cpp
270
if (!HasExpectBuffer(buffer,
NetToHost
(pHead->len)) &&
in ReadHead()
271
!HasExpectBuffer(buffer,
NetToHost
(pHead->len) + sizeof(TLVHead))) {
in ReadHead()
274
head.tag =
NetToHost
(pHead->tag);
in ReadHead()
275
head.len =
NetToHost
(pHead->len);
in ReadHead()
H
A
D
tlv_object.h
412
value =
NetToHost
(value);
in ReadBasicValue()
430
value =
NetToHost
(value);
in ReadBasicValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
header_converter.cpp
63
headerConverted.version =
NetToHost
(headerOriginal.version);
in ConvertNetToHost()
64
headerConverted.reserved =
NetToHost
(headerOriginal.reserved);
in ConvertNetToHost()
65
headerConverted.payLoadLen =
NetToHost
(headerOriginal.payLoadLen);
in ConvertNetToHost()
74
headerConverted.version =
NetToHost
(headerOriginal.version);
in ConvertNetToHost()
75
headerConverted.messageType =
NetToHost
(headerOriginal.messageType);
in ConvertNetToHost()
76
headerConverted.messageId =
NetToHost
(headerOriginal.messageId);
in ConvertNetToHost()
77
headerConverted.sessionId =
NetToHost
(headerOriginal.sessionId);
in ConvertNetToHost()
78
headerConverted.sequenceId =
NetToHost
(headerOriginal.sequenceId);
in ConvertNetToHost()
79
headerConverted.errorNo =
NetToHost
(headerOriginal.errorNo);
in ConvertNetToHost()
80
headerConverted.dataLen =
NetToHost
(headerOrigina
in ConvertNetToHost()
[all...]
H
A
D
protocol_proto.cpp
562
uint32_t frameId =
NetToHost
(phyHeader->frameId);
in DisplayPacketInformation()
563
uint8_t pktType =
NetToHost
(phyHeader->packetType);
in DisplayPacketInformation()
577
frameId,
NetToHost
(phyOpt->frameLen),
in DisplayPacketInformation()
578
NetToHost
(phyOpt->fragCount),
NetToHost
(phyOpt->fragNo));
in DisplayPacketInformation()
666
uint16_t version =
NetToHost
(*(reinterpret_cast<const uint16_t *>(payloadByteLen.first)));
in DeSerializeMessage()
729
uint16_t magic =
NetToHost
(*fieldPtr++);
in ParseCommPhyHeaderCheckMagicAndVersion()
730
uint16_t version =
NetToHost
(*fieldPtr++);
in ParseCommPhyHeaderCheckMagicAndVersion()
835
uint16_t version =
NetToHost
(*(reinterpret_cast<const uint16_t *>(bytes + sizeof(CommPhyHeader))));
in ParseCommDivergeHeader()
883
uint64_t version =
NetToHost
(*fieldPt
in ParseLabelExchange()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H
A
D
endian_converter.h
28
static inline uint16_t
NetToHost
(uint16_t value)
in NetToHost()
function
38
static inline uint32_t
NetToHost
(uint32_t value)
in NetToHost()
function
48
static inline uint64_t
NetToHost
(uint64_t value)
in NetToHost()
function
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
route_head_handler_impl.cpp
250
routeHead.magic =
NetToHost
(head->magic);
in UnPackDataHead()
251
routeHead.version =
NetToHost
(head->version);
in UnPackDataHead()
252
routeHead.checkSum =
NetToHost
(head->checkSum);
in UnPackDataHead()
253
routeHead.dataLen =
NetToHost
(head->dataLen);
in UnPackDataHead()
287
session_.sourceUserId =
NetToHost
(userPair->sourceUserId);
in UnPackDataBody()
295
session_.targetUserIds.push_back(
NetToHost
(*(userPair->targetUserIds + i)));
in UnPackDataBody()
305
auto appIdLen =
NetToHost
(appId->len);
in UnPackDataBody()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
utils_test.cpp
184
uint16_t hostValue16 =
NetToHost
(NET_VALUE16);
190
uint32_t hostValue32 =
NetToHost
(NET_VALUE32);
196
uint64_t hostValue64 =
NetToHost
(NET_VALUE64);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_cloud_data_translate.cpp
89
auto hostMagicWord = DistributedData::
NetToHost
(*(reinterpret_cast<decltype(&ASSET_MAGIC)>(alignData.data())));
in ParserRawData()
98
size = DistributedData::
NetToHost
(*(reinterpret_cast<decltype(&size)>(alignData.data())));
in ParserRawData()
122
auto hostMagicWord = DistributedData::
NetToHost
(*(reinterpret_cast<decltype(&ASSETS_MAGIC)>(alignData.data())));
in ParserRawData()
131
num = DistributedData::
NetToHost
(*(reinterpret_cast<decltype(&num)>(alignData.data())));
in ParserRawData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
endian_convert.h
49
template<typename T> T
NetToHost
(const T &from)
in NetToHost()
function
H
A
D
parcel.h
116
len =
NetToHost
(len);
in ReadVector()
132
val[i] =
NetToHost
(*(reinterpret_cast<T *>(bufPtr_)));
in ReadVector()
203
integer =
NetToHost
(integer);
in ReadInteger()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H
A
D
adapter_stub.cpp
219
NetToHost
(info->magic);
in CheckAndGetDataHeadInfo()
221
NetToHost
(info->length);
in CheckAndGetDataHeadInfo()
222
NetToHost
(info->version);
in CheckAndGetDataHeadInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
parcel.cpp
108
val =
NetToHost
(val);
in ReadDouble()
209
len =
NetToHost
(len);
in ReadString()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_natural_store.cpp
64
block.magic =
NetToHost
(block.magic);
in TransferNetFileBlockToHost()
65
block.fileVersion =
NetToHost
(block.fileVersion);
in TransferNetFileBlockToHost()
66
block.version =
NetToHost
(block.version);
in TransferNetFileBlockToHost()
87
uint64_t readMagic =
NetToHost
(block.magic);
in CheckFileBlock()
Completed in 12 milliseconds