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:advertiseDuration
(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()
357
uint32_t
advertiseDuration
= discoverySettings->
advertiseDuration
;
in ConfigureDiscoverySettings()
local
359
CoapBroadcastType ret = CheckAdvertiseInfo(advertiseCount,
advertiseDuration
);
in ConfigureDiscoverySettings()
365
SetCoapUserDiscoverInfo(advertiseCount,
advertiseDuration
);
in ConfigureDiscoverySettings()
366
SetNotifyTimeoutMs(
advertiseDuration
+ NOTIFY_TIMEOUT_FLUCATION_MS);
in ConfigureDiscoverySettings()
H
A
D
nstackx_common.c
625
dupDiscoverySettings->
advertiseDuration
= discoverySettings->
advertiseDuration
;
in CopyDiscoverySettings()
644
uint32_t
advertiseDuration
= discoverySettings->
advertiseDuration
;
in CheckDiscoverySettings()
local
645
if ((advertiseCount == 0) && (
advertiseDuration
== 0)) {
in CheckDiscoverySettings()
649
(
advertiseDuration
< NSTACKX_MIN_ADVERTISE_DURATION) || (
advertiseDuration
> NSTACKX_MAX_ADVERTISE_DURATION)) {
in CheckDiscoverySettings()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H
A
D
nstackx.h
152
uint32_t
advertiseDuration
; /* duration of discovery this time */
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
336
discSet->
advertiseDuration
= (discFreq >> DISC_FREQ_DURATION_BIT) * DISC_USECOND;
in ConvertDiscoverySettings()
Completed in 6 milliseconds