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:GetAsyncResult
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/common_event_service/interfaces/kits/cj/src/
H
A
D
common_event.cpp
43
std::shared_ptr<AsyncCommonEventResult>
GetAsyncResult
(const SubscriberImpl *objectInfo)
in GetAsyncResult()
function
45
LOGI("
GetAsyncResult
start");
in GetAsyncResult()
117
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in GetSubscriberCode()
127
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in SetSubscriberCode()
136
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in GetSubscriberData()
146
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in SetSubscriberData()
155
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in SetSubscriberCodeAndData()
164
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in IsCommonEventSticky()
174
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in IsCommonEventOrdered()
H
A
D
common_event.h
37
std::shared_ptr<AsyncCommonEventResult>
GetAsyncResult
(const SubscriberImpl *objectInfo);
H
A
D
common_event_manager_ffi.cpp
262
std::shared_ptr<AsyncCommonEventResult> result =
GetAsyncResult
(subscriber.get());
in CJ_FinishCommonEvent()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H
A
D
napi_common_event.cpp
415
std::shared_ptr<AsyncCommonEventResult>
GetAsyncResult
(const SubscriberInstance *objectInfo)
in GetAsyncResult()
function
417
EVENT_LOGD("
GetAsyncResult
excute");
in GetAsyncResult()
949
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in IsOrderedCommonEventSync()
977
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in GetCodeSync()
1007
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in SetCodeSync()
1032
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in GetDataSync()
1068
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in SetDataSync()
1106
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in SetCodeAndDataSync()
1126
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscriber.get());
in AbortCommonEventSync()
1148
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(subscribe
in ClearAbortCommonEventSync()
[all...]
H
A
D
common_event_set_param.cpp
159
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(
in SetCode()
236
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(
in SetData()
314
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(
in SetCodeAndData()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H
A
D
common_event_set_param.cpp
131
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in SetCode()
210
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in SetData()
291
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in SetCodeAndData()
H
A
D
common_event.cpp
372
std::shared_ptr<AsyncCommonEventResult>
GetAsyncResult
(const SubscriberInstance *objectInfo)
in GetAsyncResult()
function
374
EVENT_LOGD("
GetAsyncResult
start");
in GetAsyncResult()
435
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in IsOrderedCommonEvent()
521
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in IsStickyCommonEvent()
605
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in GetCode()
687
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in GetData()
768
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in AbortCommonEvent()
845
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in ClearAbortCommonEvent()
922
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInfo->subscriber.get());
in GetAbortCommonEvent()
1004
std::shared_ptr<AsyncCommonEventResult> asyncResult =
GetAsyncResult
(asyncCallbackInf
in FinishCommonEvent()
[all...]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H
A
D
napi_common_event.h
334
std::shared_ptr<AsyncCommonEventResult>
GetAsyncResult
(const SubscriberInstance *objectInfo);
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H
A
D
common_event.h
310
std::shared_ptr<AsyncCommonEventResult>
GetAsyncResult
(const SubscriberInstance *objectInfo);
Completed in 9 milliseconds