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:PostAsyncTask
(Results
1 - 19
of
19
) sorted by relevance
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_delegate_tasks.h
32
virtual int32_t
PostAsyncTask
(DTaskCallback callback) = 0;
H
A
D
i_task_scheduler.h
32
virtual int32_t
PostAsyncTask
(DTaskCallback callback) = 0;
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
display_change_event_listener.cpp
60
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this] {
in OnChange()
98
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, rotation] {
in RotateDragWindow()
109
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, rotation, lastRotation] {
in ScreenRotate()
H
A
D
event_hub.cpp
89
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, &fun] {
in OnReceiveEvent()
H
A
D
drag_manager.cpp
616
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, pointerEvent] {
in DragCallback()
1432
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, style] {
in HandleCtrlKeyEvent()
1536
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, style] {
in CtrlKeyStyleChangedNotify()
1628
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
(SetDragWindowRotate);
in RotateDragWindow()
1656
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
(SetDragWindowRotate);
in ScreenRotate()
/base/msdp/device_status/intention/scheduler/task_scheduler/include/
H
A
D
task_scheduler.h
80
int32_t
PostAsyncTask
(DTaskCallback callback) override;
/base/msdp/device_status/test/unittest/intention/services/include/
H
A
D
intention_service_test.h
39
int32_t
PostAsyncTask
(DTaskCallback callback) override;
/base/msdp/device_status/services/delegate_task/include/
H
A
D
delegate_tasks.h
79
int32_t
PostAsyncTask
(DTaskCallback callback) override;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H
A
D
test_context.h
32
int32_t
PostAsyncTask
(DTaskCallback callback) override;
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
108
int32_t TaskScheduler::
PostAsyncTask
(DTaskCallback callback)
in PostAsyncTask()
function in OHOS::Msdp::DeviceStatus::TaskScheduler
/base/msdp/device_status/services/delegate_task/src/
H
A
D
delegate_tasks.cpp
107
int32_t DelegateTasks::
PostAsyncTask
(DTaskCallback callback)
in PostAsyncTask()
function in OHOS::Msdp::DeviceStatus::DelegateTasks
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
test_context.cpp
35
int32_t MockDelegateTasks::
PostAsyncTask
(DTaskCallback callback)
in PostAsyncTask()
function in OHOS::Msdp::DeviceStatus::MockDelegateTasks
/base/msdp/device_status/intention/scheduler/timer_manager/src/
H
A
D
timer_manager.cpp
151
context_->GetDelegateTasks().
PostAsyncTask
([this] {
/base/msdp/device_status/intention/services/device_manager/src/
H
A
D
device_manager.cpp
278
int32_t ret = context_->GetDelegateTasks().
PostAsyncTask
([this, &ev] {
in Dispatch()
282
FI_HILOGE("
PostAsyncTask
failed");
in Dispatch()
/base/msdp/device_status/test/unittest/intention/services/src/
H
A
D
device_manager_test.cpp
368
delegateTasks_.
PostAsyncTask
([]() -> int32_t {
in OnStop()
H
A
D
intention_service_test.cpp
76
int32_t MockDelegateTasks::
PostAsyncTask
(DTaskCallback callback)
in PostAsyncTask()
function in OHOS::Msdp::DeviceStatus::MockDelegateTasks
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H
A
D
msdpdevicemanager_fuzzer.cpp
366
delegateTasks_.
PostAsyncTask
([]() -> int32_t {
in OnStop()
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H
A
D
timer_manager_test.cpp
317
delegateTasks_.
PostAsyncTask
([]() -> int32_t {
in OnStop()
/base/msdp/device_status/services/native/src/
H
A
D
devicestatus_service.cpp
129
delegateTasks_.
PostAsyncTask
([]() -> int32_t {
in OnStop()
Completed in 15 milliseconds