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:freeSize
(Results
26 - 34
of
34
) sorted by relevance
1
2
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H
A
D
storage_manager_stub.cpp
418
int64_t
freeSize
;
in HandleGetFree()
local
487
int64_t
freeSize
;
in HandleGetFreeSize()
local
H
A
D
storage_manager.cpp
120
int32_t StorageManager::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &
freeSize
)
in GetFreeSizeOfVolume()
argument
180
int32_t StorageManager::GetFreeSize(int64_t &
freeSize
)
in GetFreeSize()
argument
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H
A
D
storage_manager_proxy.cpp
571
int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &
freeSize
)
in GetFreeSizeOfVolume()
argument
986
int32_t StorageManagerProxy::GetFreeSize(int64_t &
freeSize
)
in GetFreeSize()
argument
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H
A
D
storage_manager_proxy_mock.cpp
130
int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &
freeSize
)
in GetFreeSizeOfVolume()
argument
206
int32_t StorageManagerProxy::GetFreeSize(int64_t &
freeSize
)
in GetFreeSize()
argument
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H
A
D
account_iam_manager_test.cpp
112
int32_t GetFreeSizeOfVolume(std::string volumeUuid, int64_t &
freeSize
)
in GetFreeSizeOfVolume()
argument
137
int32_t GetFreeSize(int64_t &
freeSize
)
in GetFreeSize()
argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_util.cpp
197
int64_t
freeSize
= static_cast<int64_t>(diskInfo.f_bavail * diskInfo.f_bsize);
in CheckSystemSize()
local
217
int64_t
freeSize
= static_cast<int64_t>(diskInfo.f_bavail * diskInfo.f_bsize);
in CheckSystemFreeSize()
local
228
int64_t
freeSize
= static_cast<int64_t>(diskInfo.f_bavail * diskInfo.f_bsize);
in CheckSystemSizeAndHisysEvent()
local
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_queue.cpp
1246
int32_t
freeSize
= static_cast<int32_t>(dirtyList_.size() + freeList_.size());
in AttachBuffer()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
hls_media_downloader.cpp
729
uint64_t
freeSize
= cacheMediaBuffer_->GetFreeSize();
in SaveData()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H
A
D
http_media_downloader.cpp
451
uint64_t
freeSize
= cacheMediaBuffer_->GetFreeSize();
in HandleDownloadWaterLine()
local
1339
uint64_t
freeSize
= cacheMediaBuffer_->GetFreeSize();
in ClearCacheBuffer()
local
Completed in 17 milliseconds
1
2