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:eventTask_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H
A
D
dm_device_state_manager.cpp
316
eventTask_
.threadRunning_ = true;
in StartEventThread()
317
eventTask_
.queueThread_ = std::thread([this]() { this->ThreadLoop(); });
in StartEventThread()
324
eventTask_
.threadRunning_ = false;
in StopEventThread()
325
eventTask_
.queueCond_.notify_all();
in StopEventThread()
326
eventTask_
.queueFullCond_.notify_all();
in StopEventThread()
327
if (
eventTask_
.queueThread_.joinable()) {
in StopEventThread()
328
eventTask_
.queueThread_.join();
in StopEventThread()
337
std::unique_lock<std::mutex> lock(
eventTask_
.queueMtx_);
in AddTask()
338
while (
eventTask_
.queue_.size() >= DM_EVENT_QUEUE_CAPACITY) {
in AddTask()
339
eventTask_
in AddTask()
[all...]
/foundation/ability/ability_runtime/services/common/include/
H
A
D
event_handler_wrap.h
65
return
eventTask_
;
in GetEventTask()
69
eventTask_
= eventTask;
in SetEventTask()
103
TaskHandle
eventTask_
;
member in OHOS::AAFwk::EventWrap
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H
A
D
dm_device_state_manager.h
125
NotifyTask
eventTask_
;
member in OHOS::DistributedHardware::final
Completed in 2 milliseconds