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:HandleTask
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_test.cpp
126
dScreen_->
HandleTask
(task);
in HWTEST_F()
128
dScreen_->
HandleTask
(task);
in HWTEST_F()
130
dScreen_->
HandleTask
(task);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_test.cpp
83
* @tc.desc: Verify the
HandleTask
function failed.
95
dScreen_->
HandleTask
(task);
in HWTEST_F()
97
dScreen_->
HandleTask
(task);
in HWTEST_F()
99
dScreen_->
HandleTask
(task);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H
A
D
dscreen.h
108
void
HandleTask
(const std::shared_ptr<Task> &task);
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H
A
D
dscreen.h
99
void
HandleTask
(const std::shared_ptr<Task> &task);
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen.cpp
178
HandleTask
(task);
in TaskThreadLoop()
182
void DScreen::
HandleTask
(const std::shared_ptr<Task> &task)
in HandleTask()
function in OHOS::DistributedHardware::V1_0::DScreen
185
DHLOGI("
HandleTask
, devId: %{public}s, dhId: %{public}s, task type: %{public}" PRId32,
in HandleTask()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
105
void DScreen::
HandleTask
(const std::shared_ptr<Task> &task)
in HandleTask()
function in OHOS::DistributedHardware::V2_0::DScreen
108
DHLOGI("
HandleTask
, devId: %{public}s, dhId: %{public}s, task type: %{public}" PRId32,
in HandleTask()
619
HandleTask
(task);
in TaskThreadLoop()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H
A
D
simulator.cpp
89
static void
HandleTask
(const uv_async_t *req);
158
void DebuggerTask::
HandleTask
(const uv_async_t *req)
in HandleTask()
function in OHOS::AbilityRuntime::__anon274::DebuggerTask
162
TAG_LOGE(AAFwkTag::ABILITY_SIM, "null
HandleTask
debuggerTask");
in HandleTask()
220
reinterpret_cast<uv_async_cb>(DebuggerTask::
HandleTask
));
in Initialize()
Completed in 7 milliseconds