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:eventQueue
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/wifi/wifi/utils/src/
H
A
D
wifi_event_handler.cpp
110
if (
eventQueue
!= nullptr) {
in WifiEventHandlerImpl()
115
eventQueue
= std::make_shared<ffrt::queue>(threadName.c_str());
in WifiEventHandlerImpl()
116
WIFI_LOGI("WifiEventHandlerImpl: Create a new
eventQueue
, threadName:%{public}s", threadName.c_str());
in WifiEventHandlerImpl()
118
eventQueue
= std::make_shared<ffrt::queue>(threadName.c_str(),
in WifiEventHandlerImpl()
120
WIFI_LOGI("WifiEventHandlerImpl: Create a new
eventQueue
with callback,"
in WifiEventHandlerImpl()
130
if (iter->second != nullptr &&
eventQueue
!= nullptr) {
in ~WifiEventHandlerImpl()
131
int32_t ret =
eventQueue
->cancel(iter->second);
in ~WifiEventHandlerImpl()
139
if (
eventQueue
!= nullptr) {
in ~WifiEventHandlerImpl()
140
eventQueue
.reset();
in ~WifiEventHandlerImpl()
146
if (
eventQueue
in PostSyncTask()
201
std::shared_ptr<ffrt::queue>
eventQueue
= nullptr;
global()
member in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_thread.cpp
42
if (
eventQueue
!= nullptr) {
in DhcpThreadImpl()
46
eventQueue
= std::make_shared<ffrt::queue>(threadName.c_str());
in DhcpThreadImpl()
47
DHCP_LOGI("DhcpThreadImpl: Create a new
eventQueue
, threadName:%{public}s", threadName.c_str());
in DhcpThreadImpl()
53
if (
eventQueue
) {
in ~DhcpThreadImpl()
54
eventQueue
= nullptr;
in ~DhcpThreadImpl()
64
if (
eventQueue
== nullptr) {
in PostSyncTask()
65
DHCP_LOGE("PostSyncTask:
eventQueue
is nullptr!");
in PostSyncTask()
69
ffrt::task_handle handle =
eventQueue
->submit_h(callback);
in PostSyncTask()
73
eventQueue
->wait(handle);
in PostSyncTask()
79
if (
eventQueue
in PostAsyncTask()
123
std::shared_ptr<ffrt::queue>
eventQueue
= nullptr;
global()
member in OHOS::DHCP::DhcpThread::DhcpThreadImpl
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H
A
D
liteplayer.h
235
std::vector<PalayControlEventItem>
eventQueue
;
member in OHOS::Media::PlayerControl
H
A
D
liteplayer.cpp
185
eventQueue
.clear();
in PlayerControl()
199
eventQueue
.clear();
in ~PlayerControl()
520
queSize =
eventQueue
.size();
in EventQueueProcess()
525
item = &
eventQueue
[i];
in EventQueueProcess()
528
eventQueue
.clear();
in EventQueueProcess()
537
player->
eventQueue
.push_back(item);
in OnPlayControlEvent()
Completed in 5 milliseconds