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:MAX_PROFILE_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
ipc_utils.cpp
27
if (trustDeviceProfiles.empty() || trustDeviceProfiles.size() >
MAX_PROFILE_SIZE
) {
in Marshalling()
44
if (aclProfiles.empty() || aclProfiles.size() >
MAX_PROFILE_SIZE
) {
in Marshalling()
61
if (serviceProfiles.empty() || serviceProfiles.size() >
MAX_PROFILE_SIZE
) {
in Marshalling()
78
if (charProfiles.empty() || charProfiles.size() >
MAX_PROFILE_SIZE
) {
in Marshalling()
140
if (size == 0 || size >
MAX_PROFILE_SIZE
) {
in UnMarshalling()
158
if (size == 0 || size >
MAX_PROFILE_SIZE
) {
in UnMarshalling()
176
if (size == 0 || size >
MAX_PROFILE_SIZE
) {
in UnMarshalling()
194
if (size == 0 || size >
MAX_PROFILE_SIZE
) {
in UnMarshalling()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
224
if (serviceProfiles.empty() || serviceProfiles.size() >
MAX_PROFILE_SIZE
) {
in PutServiceProfileBatch()
249
if (characteristicProfiles.empty() || characteristicProfiles.size() >
MAX_PROFILE_SIZE
) {
in PutCharacteristicProfileBatch()
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H
A
D
kv_adapter.cpp
137
if (values.empty() || values.size() >
MAX_PROFILE_SIZE
) {
in PutBatch()
368
if (keys.empty() || keys.size() >
MAX_PROFILE_SIZE
) {
in DeleteBatch()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
kv_adapter_test.cpp
187
for (int32_t i = 0; i<
MAX_PROFILE_SIZE
+ 5; i++) {
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H
A
D
distributed_device_profile_constants.h
121
constexpr int32_t
MAX_PROFILE_SIZE
= 10000;
member
Completed in 5 milliseconds