Home
last modified time | relevance | path

Searched refs:SwitchNotification (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dikvdb_notifier.h35 virtual void OnSwitchChange(const SwitchNotification &notification) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_observer.h64 API_EXPORT virtual void OnSwitchChange(const SwitchNotification &notification) {} in OnSwitchChange()
H A Dtypes.h670 struct SwitchNotification { struct
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_notifier_proxy.h32 void OnSwitchChange(const SwitchNotification &notification) override;
H A Dkvdb_notifier_proxy.cpp90 void KVDBNotifierProxy::OnSwitchChange(const SwitchNotification &notification) in OnSwitchChange()
H A Dkvdb_service_impl.cpp395 SwitchNotification notification; in SubscribeSwitchData()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/
H A Dkv_data_change_listener.h35 void OnSwitchChange(const DistributedKv::SwitchNotification &notification) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.h36 void OnSwitchChange(const SwitchNotification &notification) override;
H A Dkvdb_notifier_stub.cpp102 SwitchNotification notification; in OnOnSwitchChange()
H A Dkvdb_notifier_client.cpp87 void KVDBNotifierClient::OnSwitchChange(const SwitchNotification &notification) in OnSwitchChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_test.cpp55 void OnSwitchChange(const SwitchNotification &notification) override in OnSwitchChange()
60 SwitchNotification Get() in Get()
66 BlockData<SwitchNotification> blockData_ { 1, SwitchNotification() };
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h38 using Notification = OHOS::DistributedKv::SwitchNotification;
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/
H A Ddistributedkvdatamanager_fuzzer.cpp64 void OnSwitchChange(const SwitchNotification &notification) override in OnSwitchChange()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp102 void KvDataChangeListener::OnSwitchChange(const DistributedKv::SwitchNotification& notification) in OnSwitchChange()