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:mEventQue
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H
A
D
wifi_internal_event_dispatcher_lite.cpp
106
mEventQue
.push_back(msg);
in AddBroadCastMsg()
266
while (instance.
mEventQue
.empty() && instance.mRunFlag) {
in Run()
272
WifiEventCallbackMsg msg = instance.
mEventQue
.front();
in Run()
273
instance.
mEventQue
.pop_front();
in Run()
H
A
D
wifi_internal_event_dispatcher_lite.h
72
*
mEventQue
102
std::deque<WifiEventCallbackMsg>
mEventQue
;
member in OHOS::Wifi::WifiInternalEventDispatcher
/foundation/communication/wifi/wifi/utils/src/
H
A
D
wifi_event_handler.cpp
65
mEventQue
.push_back(callback);
in PostAsyncTask()
84
while (instance.
mEventQue
.empty() && instance.mRunFlag) {
in Run()
90
Callback msg = instance.
mEventQue
.front();
in Run()
91
instance.
mEventQue
.pop_front();
in Run()
101
std::deque<Callback>
mEventQue
;
member in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_thread.cpp
158
mEventQue
.push_back(callback);
in PostAsyncTask()
177
while (instance.
mEventQue
.empty() && instance.mRunFlag) {
in Run()
183
Callback msg = instance.
mEventQue
.front();
in Run()
184
instance.
mEventQue
.pop_front();
in Run()
194
std::deque<Callback>
mEventQue
;
member in OHOS::DHCP::DhcpThread::DhcpThreadImpl
Completed in 2 milliseconds