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:clientDevicesSize
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/wifi/wifi/interfaces/kits/c/
H
A
D
wifi_p2p_config.h
112
int
clientDevicesSize
; /* the true size of clientDevices array */
member
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificp2p_fuzzer/
H
A
D
wificp2p_fuzzer.cpp
94
group.
clientDevicesSize
= static_cast<int>(data[index++]);
in DeleteGroupTest()
147
groupInfo.
clientDevicesSize
= static_cast<int>(data[index++]);
in GetCurrentGroupTest()
251
groupInfo.
clientDevicesSize
= static_cast<int>(data[index++]);
in QueryP2pGroupsTest()
/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H
A
D
softbus_wifi_api_adapter.h
143
int32_t
clientDevicesSize
; /* the true size of clientDevices array */
member
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/
H
A
D
p2p_adapter_test.cpp
288
info.
clientDevicesSize
= 1;
in HWTEST_F()
305
info.
clientDevicesSize
= 1;
in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H
A
D
wifi_c_p2p.cpp
152
for (int i = 0; i != group->
clientDevicesSize
&& i < MAX_DEVICES_NUM; ++i) {
in ConvertGroupInfoCToCpp()
266
group->
clientDevicesSize
= (int)vecDevices.size();
in ConvertGroupInfoCppToC()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H
A
D
p2p_adapter.cpp
323
for (auto i = 0; i < groupInfo->
clientDevicesSize
; i++) {
in GetGroupInfo()
Completed in 5 milliseconds