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:capacity_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/util/
H
A
D
string_builder.cpp
30
if (position_ + 1 >=
capacity_
) {
in Append()
52
if (position_ + len >=
capacity_
) {
in Append()
58
int ret = memcpy_s(buffer_ + position_,
capacity_
- position_, string, len);
in Append()
74
if (position_ + len >=
capacity_
) {
in Append()
80
int ret = memcpy_s(buffer_ + position_,
capacity_
- position_, string.c_str(), len);
in Append()
106
if (position_ + writeSize >=
capacity_
) {
in AppendFormat()
129
if (
capacity_
> StringHelper::maxSize) {
in Grow()
134
size_t newSize = (
capacity_
== 0) ? 256 : (
capacity_
* 2);
in Grow()
135
if (newSize <
capacity_
in Grow()
[all...]
H
A
D
string_builder.h
35
size_t
capacity_
= 0;
member in OHOS::HDI::StringBuilder
/drivers/peripheral/battery/interfaces/include/
H
A
D
batteryd_api.h
23
int32_t
capacity_
;
member
/drivers/peripheral/battery/interfaces/hdi_service/src/
H
A
D
power_supply_provider.cpp
110
info->
capacity_
= ParseInt(str); // default in percent format
in CapacityAssigner()
447
ParseCapacity(&info->
capacity_
);
in UpdateInfoByReadSysFile()
521
g_batteryInfo.
capacity_
= info->
capacity_
;
in CopyBatteryInfo()
H
A
D
battery_thread.cpp
191
event.capacity = batteryInfo->
capacity_
;
in UpdateBatteryInfo()
H
A
D
battery_interface_impl.cpp
206
info.capacity = batteryInfo.
capacity_
;
in GetBatteryInfo()
Completed in 4 milliseconds