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:availableSize
(Results
1 - 3
of
3
) sorted by relevance
/base/msdp/device_status/utils/ipc/src/
H
A
D
circle_stream_buffer.cpp
37
int32_t
availableSize
= GetAvailableBufSize();
in CheckWrite()
local
38
if (bufferSize >
availableSize
&& rPos_ > 0) {
in CheckWrite()
40
availableSize
= GetAvailableBufSize();
in CheckWrite()
42
return (
availableSize
>= bufferSize);
in CheckWrite()
48
FI_HILOGE("Out of buffer memory,
availableSize
:%{public}d, size:%{public}zu,"
in Write()
/base/telephony/core_service/services/network_search/src/
H
A
D
network_selection.cpp
184
int32_t
availableSize
= availNetworkResult->itemNum;
in AvailNetworkResult()
local
188
if (
availableSize
> 0) {
in AvailNetworkResult()
202
TELEPHONY_EXT_WRAPPER.onGetNetworkSearchInformationExt_(
availableSize
, networkInformation);
in AvailNetworkResult()
205
nsm->SetNetworkSearchResultValue(slotId_,
availableSize
, networkInformation);
in AvailNetworkResult()
/base/telephony/core_service/services/telephony_ext_wrapper/include/
H
A
D
telephony_ext_wrapper.h
71
typedef void (*ON_GET_NETWORK_SEARCH_INFORMATION_EXT)(int32_t &
availableSize
,
Completed in 2 milliseconds