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:tmpsize
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_scan_proxy_lite.cpp
37
int
tmpsize
= 0;
in ParseScanInfos()
local
38
(void)ReadInt32(reply, &
tmpsize
);
in ParseScanInfos()
39
if (
tmpsize
> MAX_SIZE) {
in ParseScanInfos()
40
WIFI_LOGE("Scan info size exceeds maximum allowed size: %{public}d",
tmpsize
);
in ParseScanInfos()
45
for (int i = 0; i <
tmpsize
; ++i) {
in ParseScanInfos()
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_server_proxy.cpp
469
int
tmpsize
= reply.ReadInt32();
in GetDhcpClientInfos()
local
471
tmpsize
);
in GetDhcpClientInfos()
472
if (
tmpsize
> MAX_SIZE) {
in GetDhcpClientInfos()
473
DHCP_LOGE("GetDhcpClientInfos
tmpsize
error: %{public}d",
tmpsize
);
in GetDhcpClientInfos()
476
for (int i = 0; i <
tmpsize
; i++) {
in GetDhcpClientInfos()
H
A
D
dhcp_server_proxy_lite.cpp
35
int
tmpsize
= 0;
in ParseDhcpClientInfos()
local
36
(void)ReadInt32(reply, &
tmpsize
);
in ParseDhcpClientInfos()
37
if (
tmpsize
> MAX_SIZE) {
in ParseDhcpClientInfos()
38
DHCP_LOGE("ParseDhcpClientInfos
tmpsize
error: %{public}d",
tmpsize
);
in ParseDhcpClientInfos()
42
for (int i = 0; i <
tmpsize
; ++i) {
in ParseDhcpClientInfos()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H
A
D
av_sync_utils.cpp
59
uint64_t
tmpsize
= static_cast<uint64_t>(size);
in CreateAVTransSharedMemory()
local
61
PRId32, name.c_str(),
tmpsize
, fd);
in CreateAVTransSharedMemory()
Completed in 4 milliseconds