Home
last modified time | relevance | path

Searched refs:IKVDBNotifier (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_notifier_proxy.h25 class API_EXPORT KVDBNotifierProxy : public IRemoteProxy<IKVDBNotifier> {
H A Dkvdb_notifier_proxy.cpp54 : IRemoteProxy<IKVDBNotifier>(impl) in KVDBNotifierProxy()
H A Dkvdb_service_impl.h52 Status RegServiceNotifier(const AppId &appId, sptr<IKVDBNotifier> notifier) override;
103 sptr<IKVDBNotifier> notifier_;
H A Dkvdb_service_impl.cpp337 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 Dkvdb_service_stub.cpp251 auto notifier = (remoteObj == nullptr) ? nullptr : iface_cast<IKVDBNotifier>(remoteObj); in OnRegServiceNotifier()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dikvdb_notifier.h29 class IKVDBNotifier : public IRemoteBroker { class
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_stub.h26 class KVDBNotifierStub : public IRemoteStub<IKVDBNotifier> {
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkvdb_service_client.h40 Status RegServiceNotifier(const AppId &appId, sptr<IKVDBNotifier> notifier) override;
H A Dkvdb_service.h56 virtual Status RegServiceNotifier(const AppId &appId, sptr<IKVDBNotifier> notifier) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp203 Status KVDBServiceClient::RegServiceNotifier(const AppId &appId, sptr<IKVDBNotifier> notifier) in RegServiceNotifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp287 sptr<OHOS::DistributedKv::IKVDBNotifier> notifier; in HWTEST_F()

Completed in 8 milliseconds