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:RemoteChangeEvent
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/changeevent/
H
A
D
remote_change_event.cpp
19
RemoteChangeEvent
::
RemoteChangeEvent
(int32_t evtId, DataInfo&& info)
in RemoteChangeEvent()
function in OHOS::DistributedData::RemoteChangeEvent
24
const
RemoteChangeEvent
::DataInfo&
RemoteChangeEvent
::GetDataInfo() const
in GetDataInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/changeevent/
H
A
D
remote_change_event.h
24
class API_EXPORT
RemoteChangeEvent
: public Event {
class
40
RemoteChangeEvent
(int32_t evtId, DataInfo&& info);
42
~
RemoteChangeEvent
() = default;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H
A
D
auto_cache.cpp
372
RemoteChangeEvent
::DataInfo info;
in PostDataChange()
378
auto evt = std::make_unique<
RemoteChangeEvent
>(
RemoteChangeEvent
::DATA_CHANGE, std::move(info));
in PostDataChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_service_impl.cpp
551
EventCenter::GetInstance().Subscribe(
RemoteChangeEvent
::RDB_META_SAVE, [this](const Event &event) {
552
auto &evt = static_cast<const
RemoteChangeEvent
&>(event);
556
EventCenter::GetInstance().Subscribe(
RemoteChangeEvent
::DATA_CHANGE, [this](const Event &event) {
602
auto &evt = static_cast<const
RemoteChangeEvent
&>(event);
613
auto &evt = static_cast<const
RemoteChangeEvent
&>(event);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_general_store.cpp
989
RemoteChangeEvent
::DataInfo info;
996
auto evt = std::make_unique<
RemoteChangeEvent
>(
RemoteChangeEvent
::DATA_CHANGE, std::move(info));
H
A
D
rdb_service_impl.cpp
781
RemoteChangeEvent
::DataInfo info;
785
auto evt = std::make_unique<
RemoteChangeEvent
>(
RemoteChangeEvent
::RDB_META_SAVE, std::move(info));
Completed in 7 milliseconds