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_IDLE
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H
A
D
p2p_disabling_state.cpp
48
p2pStateMachine.BroadcastP2pStatusChanged(P2pState::
P2P_STATE_IDLE
);
in ExecuteStateMsg()
58
p2pStateMachine.BroadcastP2pStatusChanged(P2pState::
P2P_STATE_IDLE
);
in ExecuteStateMsg()
/foundation/communication/wifi/wifi/interfaces/kits/c/
H
A
D
wifi_p2p_config.h
68
P2P_STATE_IDLE
,
enumerator
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
standby_service_impl.h
76
P2P_STATE_IDLE
,
enumerator
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.cpp
44
case Wifi::P2pState::
P2P_STATE_IDLE
:
in OnP2pStateChanged()
422
case Wifi::P2pState::
P2P_STATE_IDLE
: // fall-through
in HandleStartDiscovery()
H
A
D
wfd_sink_scene.cpp
39
case (int32_t)Wifi::P2pState::
P2P_STATE_IDLE
:
in OnP2pStateChanged()
423
case (int32_t)Wifi::P2pState::
P2P_STATE_IDLE
:
in HandleStart()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H
A
D
wfd_source_scene_test.cpp
93
.WillOnce(DoAll(SetArgReferee<0>(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_IDLE
)),
in HWTEST_F()
170
wfdP2pCallback->OnP2pStateChanged(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_IDLE
));
in HWTEST_F()
H
A
D
wfd_sink_scene_test.cpp
89
sinkScene_->wfdP2pCallback_->OnP2pStateChanged(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_IDLE
));
in HWTEST_F()
171
.WillOnce(DoAll(SetArgReferee<0>(static_cast<int32_t>(Wifi::P2pState::
P2P_STATE_IDLE
)),
in HWTEST_F()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H
A
D
wifi_p2p_msg.h
72
P2P_STATE_IDLE
,
member in OHOS::Wifi::P2pState
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H
A
D
wifi_p2p_manager.cpp
266
if (state == P2pState::
P2P_STATE_IDLE
) {
in DealP2pStateChanged()
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
979
bool disable = (state == static_cast<int32_t>(P2pState::
P2P_STATE_IDLE
) ||
in HandleP2PStateChanged()
Completed in 12 milliseconds