Home
last modified time | relevance | path

Searched defs:changeNotification (Results 1 – 22 of 22) sorted by relevance

/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
Dkvstore_observer.h42 API_EXPORT virtual void OnChange(const ChangeNotification &changeNotification) {} in OnChange()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
Dmock_db_change_listener.cpp27 void MockDBChangeListener::OnChange(const DistributedKv::ChangeNotification &changeNotification) in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
Dkvstore_observer_client.cpp34 void KvStoreObserverClient::OnChange(const ChangeNotification &changeNotification) in OnChange()
Dikvstore_observer.cpp47 void KvStoreObserverProxy::OnChange(const ChangeNotification &changeNotification) in OnChange()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
Diprofile_event_callback.h37 virtual void OnProfileChanged(const ProfileChangeNotification& changeNotification) {} in OnProfileChanged()
/foundation/deviceprofile/device_info_manager/services/core/src/subscribemanager/
Dprofile_change_handler.cpp75 void ProfileChangeHandler::OnChange(const ChangeNotification& changeNotification) in OnChange()
152 void ProfileChangeHandler::NotifyProfileChanged(const ProfileChangeNotification& changeNotification, in NotifyProfileChanged()
173 …d ProfileChangeHandler::NotifyProfileChangedLocked(const ProfileChangeNotification& changeNotifica… in NotifyProfileChangedLocked()
203 const ProfileChangeNotification& changeNotification, in FilterChangedProfileLocked()
Dprofile_event_notifier_proxy.cpp59 void ProfileEventNotifierProxy::OnProfileChanged(const ProfileChangeNotification& changeNotificatio… in OnProfileChanged()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dprofile_proxy_test.cpp120 ProfileChangeNotification changeNotification; variable
Devent_subscribe_test.cpp66 void OnProfileChanged(const ProfileChangeNotification& changeNotification) override in OnProfileChanged()
Dprofile_crud_test.cpp86 void OnProfileChanged(const ProfileChangeNotification& changeNotification) override in OnProfileChanged()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
Dprofile_event_notifier_stub.cpp92 ProfileChangeNotification changeNotification; in OnProfileChangedInner() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_data_change_listener.cpp59 void DistributedDataChangeListener::OnChange(const ChangeNotification &changeNotification) in OnChange()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
Ddev_profile.cpp46 …::PasteboardProfileEventCallback::OnProfileChanged(const ProfileChangeNotification &changeNotifica… in OnProfileChanged()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
Dversion_info_manager.cpp259 void VersionInfoManager::OnChange(const DistributedKv::ChangeNotification &changeNotification) in OnChange()
Dcapability_info_manager.cpp326 void CapabilityInfoManager::OnChange(const DistributedKv::ChangeNotification &changeNotification) in OnChange()
/foundation/deviceprofile/device_info_manager/tools/dp/src/
Ddp_command.cpp473 void ProfileEventCallback::OnProfileChanged(const ProfileChangeNotification& changeNotification) in OnProfileChanged()
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
Dsinglekvstore_fuzzer.cpp45 void DeviceObserverTestImpl::OnChange(const ChangeNotification &changeNotification) in OnChange()
/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
Ddevicekvstore_fuzzer.cpp44 void DeviceObserverTestImpl::OnChange(const ChangeNotification &changeNotification) in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
Dsingle_kvstore_client_test.cpp110 void KvStoreObserverTestImpl::OnChange(const ChangeNotification &changeNotification) in OnChange()
Ddevice_kvstore_test.cpp126 void DeviceObserverTestImpl::OnChange(const ChangeNotification &changeNotification) in OnChange()
Dlocal_subscribe_device_store_test.cpp109 void DeviceObserverTest::OnChange(const ChangeNotification &changeNotification) in OnChange()
Dlocal_subscribe_store_test.cpp119 void KvStoreObserverUnitTest::OnChange(const ChangeNotification &changeNotification) in OnChange()