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:IKVDBNotifier
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_notifier_proxy.h
25
class API_EXPORT KVDBNotifierProxy : public IRemoteProxy<
IKVDBNotifier
> {
H
A
D
kvdb_notifier_proxy.cpp
54
: IRemoteProxy<
IKVDBNotifier
>(impl)
in KVDBNotifierProxy()
H
A
D
kvdb_service_impl.h
52
Status RegServiceNotifier(const AppId &appId, sptr<
IKVDBNotifier
> notifier) override;
103
sptr<
IKVDBNotifier
> notifier_;
H
A
D
kvdb_service_impl.cpp
337
Status KVDBServiceImpl::RegServiceNotifier(const AppId &appId, sptr<
IKVDBNotifier
> notifier)
in RegServiceNotifier()
366
sptr<
IKVDBNotifier
> notifier = nullptr;
in SubscribeSwitchData()
1136
sptr<
IKVDBNotifier
> notifier;
in DoComplete()
H
A
D
kvdb_service_stub.cpp
251
auto notifier = (remoteObj == nullptr) ? nullptr : iface_cast<
IKVDBNotifier
>(remoteObj);
in OnRegServiceNotifier()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H
A
D
ikvdb_notifier.h
29
class
IKVDBNotifier
: public IRemoteBroker {
class
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kvdb_notifier_stub.h
26
class KVDBNotifierStub : public IRemoteStub<
IKVDBNotifier
> {
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
kvdb_service_client.h
40
Status RegServiceNotifier(const AppId &appId, sptr<
IKVDBNotifier
> notifier) override;
H
A
D
kvdb_service.h
56
virtual Status RegServiceNotifier(const AppId &appId, sptr<
IKVDBNotifier
> notifier) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
kvdb_service_client.cpp
203
Status KVDBServiceClient::RegServiceNotifier(const AppId &appId, sptr<
IKVDBNotifier
> notifier)
in RegServiceNotifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
kvdb_service_impl_test.cpp
287
sptr<OHOS::DistributedKv::
IKVDBNotifier
> notifier;
in HWTEST_F()
Completed in 9 milliseconds