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:MAX_KEY_LENGTH
(Results
1 - 14
of
14
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
convertor.h
39
static constexpr size_t
MAX_KEY_LENGTH
= 1024;
member in OHOS::DistributedKv::Convertor
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H
A
D
preferences_utils.h
28
static constexpr uint32_t
MAX_KEY_LENGTH
= 1024;
member
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H
A
D
preferences.h
71
PREF_API_EXPORT static constexpr uint32_t
MAX_KEY_LENGTH
= 1024;
member in OHOS::NativePreferences::Preferences
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H
A
D
constant.h
110
KVSTORE_API static const size_t
MAX_KEY_LENGTH
;
member in OHOS::DistributedKv::Constant
H
A
D
constant.cpp
46
const size_t Constant::
MAX_KEY_LENGTH
= 1024;
member in OHOS::DistributedKv::Constant
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H
A
D
js_const_properties.cpp
36
constexpr int32_t
MAX_KEY_LENGTH
= 1024;
in ExportConstants()
local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H
A
D
js_const_properties.cpp
47
constexpr int32_t
MAX_KEY_LENGTH
= 1024;
in ExportConstants()
local
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
dns_config_client.h
44
#define
MAX_KEY_LENGTH
(MAX_HOST_NAME_LEN + 1 + MAX_SERVER_LENGTH + 1 + sizeof(uint32_t) * 4 + 3 + 1)
macro
/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H
A
D
napi_system_storage.cpp
42
static constexpr uint32_t
MAX_KEY_LENGTH
= 32;
member
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
netsys_client.c
143
MakeKey(const char *hostName, const char *serv, const struct addrinfo *hints, char key[static
MAX_KEY_LENGTH
])
MakeKey()
argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H
A
D
napi_storage.cpp
33
#define
MAX_KEY_LENGTH
Preferences::
MAX_KEY_LENGTH
macro
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H
A
D
napi_preferences.cpp
34
#define
MAX_KEY_LENGTH
Preferences::
MAX_KEY_LENGTH
macro
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H
A
D
napi_preferences.cpp
33
#define
MAX_KEY_LENGTH
Preferences::
MAX_KEY_LENGTH
macro
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
types.h
201
static constexpr size_t
MAX_KEY_LENGTH
= 1024;
member
Completed in 9 milliseconds