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
defs:networkName
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/src/wifip2pimpl_fuzzer/
H
A
D
wifip2pimpl_fuzzer.cpp
34
std::string
networkName
= std::string(reinterpret_cast<const char*>(data), size);
in RequestServiceTest()
local
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H
A
D
wifihotspotstub_fuzzer.cpp
386
std::string
networkName
= std::string(reinterpret_cast<const char*>(data), size);
in WifiHotspotServiceImplFuzzTest()
local
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H
A
D
wifip2pserver_fuzzer.cpp
110
std::string
networkName
= std::string(reinterpret_cast<const char*>(data), size);
in P2pServerFuzzTest()
local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H
A
D
nstackx_device.h
139
char
networkName
[NSTACKX_MAX_INTERFACE_NAME_LEN];
member
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pstub_fuzzer/
H
A
D
wifip2pstub_fuzzer.cpp
652
std::string
networkName
= std::string(reinterpret_cast<const char*>(data), size);
in WifiP2pServiceImplFuzzTest()
local
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/
H
A
D
wifidevicestub_fuzzer.cpp
765
std::string
networkName
= "backup";
in DoSomethingDeviceMgrStubTest()
local
791
std::string
networkName
= std::string(reinterpret_cast<const char*>(data), size);
in WifiDeviceServiceImplTest()
local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H
A
D
nstackx.h
96
char
networkName
[NSTACKX_MAX_INTERFACE_NAME_LEN];
member
105
char
networkName
[NSTACKX_MAX_INTERFACE_NAME_LEN];
member
124
char
networkName
[NSTACKX_MAX_INTERFACE_NAME_LEN];
member
/foundation/communication/wifi/wifi/interfaces/inner_api/
H
A
D
wifi_p2p_msg.h
228
std::string
networkName
; /* oper_ssid of peer device */
member in OHOS::Wifi::P2pWfdInfoType::P2pDeviceType::P2pDeviceCapability::P2pGroupCapability::WifiP2pDevice
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
836
static bool IsNetworkNameValid(const char *
networkName
, size_t len)
in IsNetworkNameValid()
argument
Completed in 11 milliseconds