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:BYTES
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H
A
D
netsys_controller_test.cpp
71
const int64_t
BYTES
= 2097152;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_headers.h
37
static const uint8_t
BYTES
= 0x40;
member in OHOS::bluetooth::ObexHdrType
220
BYTES
= 0x40, //
BYTES
member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType
H
A
D
obex_utils.cpp
134
case ObexHeaderDataType::
BYTES
: {
in ObexHeaderItemDebug()
137
OBEX_LOG_INFO("
BYTES
:%{public}s", ToDebugString(bytes.get(), hi.GetHeaderDataSize(), false).c_str());
in ObexHeaderItemDebug()
139
OBEX_LOG_INFO("
BYTES
: null");
in ObexHeaderItemDebug()
H
A
D
obex_headers.cpp
30
const uint8_t ObexHdrType::
BYTES
;
member in OHOS::bluetooth::ObexHdrType
138
case ObexHdrType::
BYTES
:
in ParseOptionalHeaders()
1012
return ObexHeaderDataType::
BYTES
;
in GetHeaderClassType()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H
A
D
cloud_ext_types.rs
58
BYTES
,
115
OhCloudExtValueType::
BYTES
=> {
190
*typ = OhCloudExtValueType::
BYTES
;
1273
*typ = OhCloudExtValueType::
BYTES
;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
netsys_controller_test.cpp
71
const int64_t
BYTES
= 2097152;
member
338
ret = NetsysController::GetInstance().BandwidthSetIfaceQuota(IF_NAME,
BYTES
);
in HWTEST_F()
341
ret = NetsysController::GetInstance().BandwidthSetIfaceQuota(WLAN,
BYTES
);
in HWTEST_F()
Completed in 13 milliseconds