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:MIN_SIZE
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H
A
D
common_utils.h
29
static constexpr int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
in Anonymous()
local
36
if (name.length() <
MIN_SIZE
) {
in Anonymous()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H
A
D
anonymous.h
30
if (data.size() <
MIN_SIZE
) {
in Change()
39
static constexpr size_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member in OHOS::ObjectStore::Anonymous
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H
A
D
preferences_anonymous.h
30
if (data.size() <
MIN_SIZE
) {
in ToBeAnonymous()
39
static constexpr size_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member in OHOS::NativePreferences::Anonymous
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/utils/src/
H
A
D
kvstore_utils.cpp
24
constexpr int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
34
if (name.length() <
MIN_SIZE
) {
in ToBeAnonymous()
/foundation/ability/dmsfwk/test/fuzztest/dschedallconnectmanager_fuzzer/
H
A
D
dschedallconnectmanager_fuzzer.cpp
24
constexpr uint32_t
MIN_SIZE
= 38;
member
34
if ((data == nullptr) || (size <
MIN_SIZE
)) {
in FuzzApplyAdvanceResource()
74
const std::string peerNetworkId(reinterpret_cast<const char*>(data + offset), size -
MIN_SIZE
);
in FuzzApplyAdvanceResource()
80
if ((data == nullptr) || (size <
MIN_SIZE
)) {
in FuzzGetResourceRequest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H
A
D
softbus_session.cpp
33
constexpr int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
133
if (name.length() <
MIN_SIZE
) {
in ToBeAnonymous()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H
A
D
base_animation_bridge.cpp
23
constexpr int32_t
MIN_SIZE
= 2;
member
103
if (animationFrames.size() >=
MIN_SIZE
) {
in HandleTransformOrigin()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_util.cpp
29
constexpr int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
131
if (name.length() <
MIN_SIZE
) {
in Anonymous()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_util.cpp
29
constexpr int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
106
if (name.length() <
MIN_SIZE
) {
in Anonymous()
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H
A
D
security_component_test_ng.cpp
71
constexpr float
MIN_SIZE
= 1.0f;
member
679
property->UpdateMarginSelfIdealSize(SizeF(
MIN_SIZE
,
MIN_SIZE
));
in HWTEST_F()
1127
property->UpdateMarginSelfIdealSize(SizeF(
MIN_SIZE
,
MIN_SIZE
));
in HWTEST_F()
1552
property->UpdateMarginSelfIdealSize(SizeF(
MIN_SIZE
,
MIN_SIZE
));
in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H
A
D
softbus_adapter_standard.cpp
33
constexpr int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
313
if (name.length() <
MIN_SIZE
) {
in ToBeAnonymous()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
db_common.cpp
41
constexpr const int32_t
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
353
if (name.length() <
MIN_SIZE
) {
in StringMiddleMasking()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_utils.cpp
53
constexpr int
MIN_SIZE
= HEAD_SIZE + END_SIZE + 3;
member
104
if (name.length() <
MIN_SIZE
) {
in Anonymous()
Completed in 12 milliseconds