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:DelayNotify
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
delay_notify.cpp
15
#define LOG_TAG "
DelayNotify
"
20
DelayNotify
::
DelayNotify
() : pauseCount_(0), task_(nullptr), pool_(nullptr)
in DelayNotify()
function in OHOS::NativeRdb::DelayNotify
24
DelayNotify
::~
DelayNotify
()
in ~DelayNotify()
43
void
DelayNotify
::UpdateNotify(const DistributedRdb::RdbChangedData &changedData, bool isFull)
in UpdateNotify()
62
void
DelayNotify
::SetExecutorPool(std::shared_ptr<ExecutorPool> pool)
in SetExecutorPool()
70
void
DelayNotify
::SetTask(Task task)
in SetTask()
75
void
DelayNotify
::StartTimer()
in StartTimer()
122
void
DelayNotify
[all...]
H
A
D
rdb_store_impl.cpp
719
delayNotifier_ = std::make_shared<
DelayNotify
>();
in InitDelayNotifier()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
delay_notify.h
27
class
DelayNotify
{
class
31
DelayNotify
();
32
~
DelayNotify
();
62
explicit PauseDelayNotify(std::shared_ptr<
DelayNotify
> delayNotifier);
66
std::shared_ptr<
DelayNotify
> delayNotifier_;
H
A
D
rdb_store_impl.h
44
class
DelayNotify
;
229
std::shared_ptr<
DelayNotify
> delayNotifier_ = nullptr;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H
A
D
napi_rdb_store_helper.cpp
228
void
DelayNotify
()
in DelayNotify()
function in OHOS::RdbJsKit::OpenCallback
460
context->openCallback.
DelayNotify
();
in InnerGetRdbStore()
Completed in 7 milliseconds