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:ProcessTask
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
auto_sync_timer_mock.cpp
33
TaskExecutor::GetInstance().Schedule(std::chrono::milliseconds(FORCE_SYNC_INTERVAL),
ProcessTask
());
in StartTimer()
37
TaskExecutor::GetInstance().Schedule(std::chrono::milliseconds(AUTO_SYNC_INTERVAL),
ProcessTask
());
in StartTimer()
92
std::function<void()> AutoSyncTimer::
ProcessTask
()
in ProcessTask()
function in OHOS::DistributedKv::AutoSyncTimer
H
A
D
auto_sync_timer.cpp
35
TaskExecutor::GetInstance().Schedule(std::chrono::milliseconds(FORCE_SYNC_INTERVAL),
ProcessTask
());
in StartTimer()
39
TaskExecutor::GetInstance().Schedule(std::chrono::milliseconds(AUTO_SYNC_INTERVAL),
ProcessTask
());
in StartTimer()
94
std::function<void()> AutoSyncTimer::
ProcessTask
()
in ProcessTask()
function in OHOS::DistributedKv::AutoSyncTimer
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
31
void TaskScheduler::Task::
ProcessTask
()
in ProcessTask()
function in OHOS::Msdp::DeviceStatus::TaskScheduler::Task
78
it->
ProcessTask
();
in ProcessTasks()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
auto_sync_timer.h
37
std::function<void()>
ProcessTask
() __attribute__((no_sanitize("cfi")));
/foundation/multimodalinput/input/service/delegate_task/src/
H
A
D
delegate_tasks.cpp
32
void DelegateTasks::Task::
ProcessTask
()
in ProcessTask()
function in OHOS::MMI::DelegateTasks::Task
85
it->
ProcessTask
();
in ProcessTasks()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H
A
D
asset_change_timer.cpp
56
executor_->Schedule(std::chrono::milliseconds(WAIT_INTERVAL),
ProcessTask
(sessionId, assetKey, watcher));
in StartTimer()
62
std::function<void()> AssetChangeTimer::
ProcessTask
(
in ProcessTask()
function in OHOS::ObjectStore::AssetChangeTimer
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/
H
A
D
task_scheduler.h
61
void
ProcessTask
();
/foundation/multimodalinput/input/service/delegate_task/include/
H
A
D
delegate_tasks.h
46
void
ProcessTask
();
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H
A
D
asset_change_timer.h
38
std::function<void()>
ProcessTask
(
Completed in 4 milliseconds