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:ipAddrType
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H
A
D
wifi_direct_types.h
177
enum IpAddrType
ipAddrType
;
member
H
A
D
wifi_direct_scheduler.cpp
33
info.expectApiRole, info.bandWidth, info.
ipAddrType
);
in ConnectDevice()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H
A
D
lnn_lane_link_p2p.c
631
wifiDirectInfo->
ipAddrType
= item->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4;
in GetP2pLinkReqParamByChannelRequetId()
666
wifiDirectInfo->
ipAddrType
= item->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4;
in GetP2pLinkReqParamByAuthHandle()
1763
wifiDirectInfo->
ipAddrType
= item->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4;
in GetAuthTriggerLinkReqParamByAuthHandle()
2126
wifiDirectInfo.
ipAddrType
= request->isSupportIpv6 ? IPV6 : IPV4;
in OpenBleTriggerToConn()
2171
wifiDirectInfo.
ipAddrType
= request->isSupportIpv6 ? IPV6 : IPV4;
in OpenActionToConn()
2302
wifiDirectInfo.
ipAddrType
= request->isSupportIpv6 ? IPV6 : IPV4;
in ConnectWifiDirectWithReuse()
2648
info->
ipAddrType
= reqInfo->laneRequestInfo.isSupportIpv6 ? IPV6 : IPV4;
in GenerateWifiDirectInfo()
/foundation/distributedhardware/device_manager/services/service/src/
H
A
D
device_manager_service.cpp
1364
ConnectionAddrType
ipAddrType
;
in BindTarget()
local
1367
if (SoftbusListener::GetIPAddrTypeFromCache(targetId.deviceId, targetId.wifiIp,
ipAddrType
) == DM_OK) {
in BindTarget()
1369
std::to_string(
ipAddrType
)));
in BindTarget()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H
A
D
p2p_v1_processor_test.cpp
301
info.
ipAddrType
= IpAddrType::IPV4;
in PrepareConnectParameter()
Completed in 13 milliseconds