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:LINK_STATUS_DOWN
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/core/discovery/interface/
H
A
D
disc_interface.h
42
LINK_STATUS_DOWN
,
enumerator
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H
A
D
lnn_ip_network_impl.c
422
DiscLinkStatusChanged(
LINK_STATUS_DOWN
, COAP);
in DisableIpSubnet()
435
DiscLinkStatusChanged(
LINK_STATUS_DOWN
, COAP);
in ChangeIpSubnetAddress()
682
DiscLinkStatusChanged(
LINK_STATUS_DOWN
, COAP);
in LnnInitIpProtocol()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H
A
D
disc_nstackx_adapter.c
452
DISC_CHECK_AND_RETURN_LOGE(status == LINK_STATUS_UP || status ==
LINK_STATUS_DOWN
, DISC_COAP,
in DiscCoapUpdateLocalIp()
455
if (status ==
LINK_STATUS_DOWN
) {
in DiscCoapUpdateLocalIp()
/foundation/communication/dsoftbus/tests/core/discovery/coap/unittest/
H
A
D
disc_nstackx_adapter_test.cpp
307
* should return SOFTBUS_OK when given
LINK_STATUS_DOWN
LinkStatus,
326
DiscCoapUpdateLocalIp(
LINK_STATUS_DOWN
);
in HWTEST_F()
H
A
D
disc_coap_test.cpp
487
* should return SOFTBUS_OK when given
LINK_STATUS_DOWN
LinkStatus
506
g_discCoapFuncInterface->LinkStatusChanged(
LINK_STATUS_DOWN
);
in HWTEST_F()
Completed in 4 milliseconds