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:RdbNotifierProxy
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_notifier_proxy.cpp
15
#define LOG_TAG "
RdbNotifierProxy
"
24
RdbNotifierProxy
::
RdbNotifierProxy
(const sptr<IRemoteObject> &object) : IRemoteProxy<RdbNotifierProxyBroker>(object) {}
in RdbNotifierProxy()
function in OHOS::DistributedRdb::RdbNotifierProxy
26
RdbNotifierProxy
::~
RdbNotifierProxy
() noexcept {}
28
int32_t
RdbNotifierProxy
::OnComplete(uint32_t seqNum, Details &&result)
in OnComplete()
49
int32_t
RdbNotifierProxy
::OnChange(const Origin &origin, const PrimaryFields &primaries, ChangeInfo &&changeInfo)
in OnChange()
71
int32_t
RdbNotifierProxy
::OnComplete(const std::string& storeName, Details&& result)
in OnComplete()
H
A
D
rdb_notifier_proxy.h
28
class
RdbNotifierProxy
: public IRemoteProxy<RdbNotifierProxyBroker> {
class
30
explicit
RdbNotifierProxy
(const sptr<IRemoteObject>& object);
31
virtual ~
RdbNotifierProxy
() noexcept;
40
static inline BrokerDelegator<
RdbNotifierProxy
> delegator_;
H
A
D
rdb_watcher.h
31
sptr<
RdbNotifierProxy
> GetNotifier() const;
32
void SetNotifier(sptr<
RdbNotifierProxy
> notifier);
36
sptr<
RdbNotifierProxy
> notifier_;
H
A
D
rdb_watcher.cpp
53
sptr<
RdbNotifierProxy
> RdbWatcher::GetNotifier() const
in GetNotifier()
59
void RdbWatcher::SetNotifier(sptr<
RdbNotifierProxy
> notifier)
in SetNotifier()
H
A
D
rdb_service_impl.h
119
sptr<
RdbNotifierProxy
> notifier_ = nullptr;
121
void SetNotifier(sptr<
RdbNotifierProxy
> notifier);
H
A
D
rdb_service_impl.cpp
249
auto notifierProxy = iface_cast<
RdbNotifierProxy
>(notifier);
in InitNotifier()
326
sptr<
RdbNotifierProxy
> notifier = nullptr;
in OnAsyncComplete()
370
std::list<sptr<
RdbNotifierProxy
>> notifiers;
in GetCallbacks()
956
void RdbServiceImpl::SyncAgent::SetNotifier(sptr<
RdbNotifierProxy
> notifier)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
rdb_asset_loader_test.cpp
148
sptr<
RdbNotifierProxy
> notifier;
in HWTEST_F()
Completed in 4 milliseconds