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:TaskRunner
(Results
1 - 3
of
3
) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H
A
D
task_mock.cpp
30
TaskRunner
::
TaskRunner
(function<void()> callback) : callback_(callback) {}
in TaskRunner()
function in OHOS::FileManagement::CloudSync::TaskRunner
32
TaskRunner
::~
TaskRunner
() {}
in ~TaskRunner()
34
int32_t
TaskRunner
::GenerateTaskId()
in GenerateTaskId()
39
int32_t
TaskRunner
::AddTask(shared_ptr<Task> t)
in AddTask()
44
int32_t
TaskRunner
::StartTask(shared_ptr<Task> t, TaskAction action)
in StartTask()
50
int32_t
TaskRunner
::CommitTask(shared_ptr<Task> t)
in CommitTask()
56
void
TaskRunner
::CompleteTask(int32_t id) {}
in CompleteTask()
58
bool
TaskRunner
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_ui_director.h
30
using
TaskRunner
= std::function<void(const std::function<void()>&, uint32_t)>;
55
void SetUITaskRunner(const
TaskRunner
& uiTaskRunner, int32_t instanceId = INSTANCE_ID_UNDEFINED);
H
A
D
rs_ui_director.cpp
57
static std::unordered_map<RSUIDirector*,
TaskRunner
> g_uiTaskRunners;
332
void RSUIDirector::SetUITaskRunner(const
TaskRunner
& uiTaskRunner, int32_t instanceId)
in SetUITaskRunner()
Completed in 2 milliseconds