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:PARAM_ALIGN
(Results
1 - 9
of
9
) sorted by relevance
/base/startup/init/services/param/linux/
H
A
D
param_message.c
60
offset += sizeof(ParamMsgContent) +
PARAM_ALIGN
(content->contentSize);
in FillParamMsgContent()
93
*offset += sizeof(ParamMsgContent) +
PARAM_ALIGN
(content->contentSize);
in GetNextContent()
H
A
D
param_request.c
265
msgSize +=
PARAM_ALIGN
(strlen(value) + 1);
in SystemWaitParameter()
270
msgSize +=
PARAM_ALIGN
(1);
in SystemWaitParameter()
H
A
D
param_service.c
104
uint32_t msgSize = sizeof(ParamMessage) +
PARAM_ALIGN
(strlen(content) + 1);
in SendWatcherNotifyMessage()
/base/startup/init/services/param/include/
H
A
D
param_utils.h
45
#define
PARAM_ALIGN
(len) (((len) + 0x03) & (~0x03))
macro
/base/startup/init/services/param/base/
H
A
D
param_trie.c
73
len =
PARAM_ALIGN
(len);
in AllocateParamTrieNode()
244
uint32_t realLen =
PARAM_ALIGN
(sizeof(ParamSecurityNode) + sizeof(uid_t) * auditData->memberNum);
in AddParamSecurityNode()
284
realLen =
PARAM_ALIGN
(realLen);
in AddParamNode()
H
A
D
param_base.c
134
uint32_t realLen =
PARAM_ALIGN
(sizeof(WorkSpaceSize) + sizeof(uint32_t) * maxLabel);
in AllocSpaceMemory()
624
sizeof(CachedParameter) +
PARAM_ALIGN
(nameLen) + 1 + PARAM_VALUE_LEN_MAX);
632
param->paramValue = ¶m->data[
PARAM_ALIGN
(nameLen) + 1];
/base/startup/init/test/unittest/param/
H
A
D
paramservice_unittest.cpp
321
uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) +
PARAM_ALIGN
(strlen(value) + 1);
in TestServiceProcessMessage()
345
+
PARAM_ALIGN
(strlen(value) + 1) + sizeof(uint32_t);
in AddWatch()
H
A
D
watcher_proxy_unittest.cpp
170
msgSize =
PARAM_ALIGN
(msgSize); // align
in TestProcessWatcherMessage()
/base/startup/init/services/param/trigger/
H
A
D
trigger_manager.c
33
size =
PARAM_ALIGN
(size);
in AddCommand()
123
uint32_t triggerNodeLen =
PARAM_ALIGN
(nameLen + 1) + sizeof(JobNode);
in AddJobTrigger_()
Completed in 7 milliseconds