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:asyncQueue_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H
A
D
event_center.cpp
19
thread_local EventCenter::AsyncQueue *EventCenter::
asyncQueue_
= nullptr;
member in OHOS::DistributedData::EventCenter
45
if (
asyncQueue_
== nullptr) {
in PostEvent()
50
asyncQueue_
->Post(std::move(evt));
in PostEvent()
68
if (
asyncQueue_
== nullptr) {
in Defer()
69
asyncQueue_
= new (std::nothrow) AsyncQueue();
in Defer()
72
if (
asyncQueue_
== nullptr) {
in Defer()
76
++(*
asyncQueue_
);
in Defer()
77
asyncQueue_
->AddHandler(evtId, std::move(handler));
in Defer()
82
if (
asyncQueue_
== nullptr) {
in ~Defer()
85
--(*
asyncQueue_
);
in ~Defer()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H
A
D
event_center.cpp
18
thread_local EventCenter::AsyncQueue *EventCenter::
asyncQueue_
= nullptr;
member in OHOS::MiscServices::EventCenter
44
if (
asyncQueue_
== nullptr) {
in PostEvent()
49
asyncQueue_
->Post(std::move(evt));
in PostEvent()
67
if (
asyncQueue_
== nullptr) {
in Defer()
68
asyncQueue_
= new (std::nothrow) AsyncQueue();
in Defer()
71
if (
asyncQueue_
== nullptr) {
in Defer()
75
++(*
asyncQueue_
);
in Defer()
76
asyncQueue_
->AddHandler(evtId, std::move(handler));
in Defer()
81
if (
asyncQueue_
== nullptr) {
in ~Defer()
84
--(*
asyncQueue_
);
in ~Defer()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/
H
A
D
event_center.h
63
static thread_local AsyncQueue *
asyncQueue_
;
member in OHOS::DistributedData::EventCenter
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H
A
D
event_center.h
65
static thread_local AsyncQueue *
asyncQueue_
;
member in OHOS::MiscServices::EventCenter
Completed in 3 milliseconds