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:globalConfig
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
fillp_stack_app_config.c
77
static void CopyGlobalConfig(FILLP_CONST FillpAppGlobalConfigsSt *
globalConfig
, struct GlobalAppResource *resource)
in CopyGlobalConfig()
argument
79
if (
globalConfig
== FILLP_NULL_PTR || resource == FILLP_NULL_PTR) {
in CopyGlobalConfig()
82
resource->udp.txBurst =
globalConfig
->udp.txBurst;
in CopyGlobalConfig()
85
resource->common.maxServerAllowSendCache =
globalConfig
->common.maxServerAllowSendCache;
in CopyGlobalConfig()
86
resource->common.maxServerAllowRecvCache =
globalConfig
->common.maxServerAllowRecvCache;
in CopyGlobalConfig()
89
resource->common.connectTimeout =
globalConfig
->timers.connectTimeout;
in CopyGlobalConfig()
90
resource->common.keepAliveTime =
globalConfig
->timers.keepAliveTime;
in CopyGlobalConfig()
91
resource->common.udpSendBufSize =
globalConfig
->common.udpSendBufSize;
in CopyGlobalConfig()
92
resource->common.recvBufSize =
globalConfig
->common.recvBufSize;
in CopyGlobalConfig()
94
resource->common.enlargePackIntervalFlag =
globalConfig
in CopyGlobalConfig()
126
FtAppInitConfigSet(IN FILLP_CONST FillpAppGlobalConfigsSt *
globalConfig
, IN FILLP_INT sockIndex)
FtAppInitConfigSet()
argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/interface/
H
A
D
iport_observer.h
35
virtual void OnGlobalConfigsParsed(GlobalConfigs &
globalConfig
) = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
sqlite_global_config.cpp
35
static SqliteGlobalConfig
globalConfig
;
in InitSqliteGlobalConfig()
local
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_adapter_impl.cpp
123
Global::Resource::Configuration
globalConfig
= {
in ConvertConfig()
local
131
return
globalConfig
;
in ConvertConfig()
Completed in 3 milliseconds