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:StopDiscover
(Results
1 - 10
of
10
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H
A
D
wfd_source_demo.cpp
63
bool WfdSourceDemo::
StopDiscover
()
in StopDiscover()
function in WfdSourceDemo
70
client_->
StopDiscover
();
in StopDiscover()
90
if (client_->
StopDiscover
() == -1) {
in Stop()
135
case 4: // 4:
StopDiscover
in ExecuteCmd()
136
if (
StopDiscover
()) {
in ExecuteCmd()
154
{"StartDiscover", 3}, {"
StopDiscover
", 4},
in DoCmd()
257
{"3", "StartDiscover"}, {"4", "
StopDiscover
"},
in TestOneByOne()
262
"3-StartDiscover; 4-
StopDiscover
\n"
in TestOneByOne()
H
A
D
wfd_source_demo.h
31
bool
StopDiscover
();
/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/source_fuzzer/wfddiscover_fuzzer/
H
A
D
wfd_discover_fuzzer.cpp
35
if (client->
StopDiscover
() != 0) {
in StartAndStopDiscover()
/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/source_fuzzer/wfdadddevice_fuzzer/
H
A
D
wfd_add_device_fuzzer.cpp
42
if (client->
StopDiscover
() != 0) {
in AddAndRemoveDevice()
/foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd/include/
H
A
D
wfd_source.h
28
virtual int32_t
StopDiscover
() = 0;
H
A
D
wifi_diaplay.h
93
int32_t
StopDiscover
();
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H
A
D
wfd_source_impl.h
55
int32_t
StopDiscover
() override;
H
A
D
wfd_source_impl.cpp
89
int32_t WfdSourceImpl::
StopDiscover
()
in StopDiscover()
function in OHOS::Sharing::WfdSourceImpl
H
A
D
wifi_display.cpp
177
int32_t WifiDisplay::
StopDiscover
()
in StopDiscover()
function in OHOS::Sharing::WifiDisplay
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H
A
D
wfd_demo.cpp
254
} else if (cmd.find("
StopDiscover
") != std::string::npos) {
in DoCmd()
255
client_->
StopDiscover
();
in DoCmd()
Completed in 3 milliseconds