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:P2P_STATE_NONE
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/wifi/wifi/interfaces/kits/c/
H
A
D
wifi_p2p_config.h
67
P2P_STATE_NONE
= 0,
enumerator
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
standby_service_impl.h
75
P2P_STATE_NONE
= 0,
enumerator
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificp2p_fuzzer/
H
A
D
wificp2p_fuzzer.cpp
25
P2pState state =
P2P_STATE_NONE
;
in GetP2pEnableStatusTest()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.cpp
42
case Wifi::P2pState::
P2P_STATE_NONE
:
in OnP2pStateChanged()
421
case Wifi::P2pState::
P2P_STATE_NONE
: // fall-through
in HandleStartDiscovery()
H
A
D
wfd_sink_scene.cpp
37
case (int32_t)Wifi::P2pState::
P2P_STATE_NONE
:
in OnP2pStateChanged()
422
case (int32_t)Wifi::P2pState::
P2P_STATE_NONE
:
in HandleStart()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H
A
D
wfd_source_scene_test.cpp
77
.WillOnce(DoAll(SetArgReferee<0>(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_NONE
)),
in HWTEST_F()
161
wfdP2pCallback->OnP2pStateChanged(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_NONE
));
in HWTEST_F()
H
A
D
wfd_sink_scene_test.cpp
81
sinkScene_->wfdP2pCallback_->OnP2pStateChanged(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_NONE
));
in HWTEST_F()
155
.WillOnce(DoAll(SetArgReferee<0>(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_NONE
)),
in HWTEST_F()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H
A
D
wifi_p2p_msg.h
71
P2P_STATE_NONE
= 0,
member in OHOS::Wifi::P2pState
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
980
state == static_cast<int32_t>(P2pState::
P2P_STATE_NONE
) ||
in HandleP2PStateChanged()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H
A
D
p2p_v1_processor_test.cpp
129
auto value = context_.Get(TestContextKey::WIFI_P2P_STATE, P2pState(
P2P_STATE_NONE
));
in InjectData()
Completed in 14 milliseconds