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:advertiseCount
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_device.c
323
static CoapBroadcastType CheckAdvertiseInfo(const uint32_t
advertiseCount
, const uint32_t advertiseDuration)
in CheckAdvertiseInfo()
argument
325
if ((
advertiseCount
== 0) && (advertiseDuration == 0)) {
in CheckAdvertiseInfo()
356
uint32_t
advertiseCount
= discoverySettings->
advertiseCount
;
in ConfigureDiscoverySettings()
local
359
CoapBroadcastType ret = CheckAdvertiseInfo(
advertiseCount
, advertiseDuration);
in ConfigureDiscoverySettings()
365
SetCoapUserDiscoverInfo(
advertiseCount
, advertiseDuration);
in ConfigureDiscoverySettings()
H
A
D
nstackx_common.c
624
dupDiscoverySettings->
advertiseCount
= discoverySettings->
advertiseCount
;
in CopyDiscoverySettings()
643
uint32_t
advertiseCount
= discoverySettings->
advertiseCount
;
in CheckDiscoverySettings()
local
645
if ((
advertiseCount
== 0) && (advertiseDuration == 0)) {
in CheckDiscoverySettings()
648
if ((
advertiseCount
< NSTACKX_MIN_ADVERTISE_COUNT) || (
advertiseCount
> NSTACKX_MAX_ADVERTISE_COUNT) ||
in CheckDiscoverySettings()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H
A
D
nstackx.h
151
uint32_t
advertiseCount
; /* the number of broadcasts to be sent */
member
455
* 2. if both
advertiseCount
and advertiseDuration in discoverySettings are zero, the discovery interval will
457
* 3. if
advertiseCount
is not zero, the broadcast interval equals advertiseDuration /
advertiseCount
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H
A
D
disc_nstackx_adapter.c
335
discSet->
advertiseCount
= discFreq & DISC_FREQ_COUNT_MASK;
in ConvertDiscoverySettings()
Completed in 6 milliseconds