Home
last modified time | relevance | path

Searched refs:NotifyObservers (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dobserver.cpp59 void Observable::NotifyObservers() in NotifyObservers() function in OHOS::Observable
61 NotifyObservers(nullptr); in NotifyObservers()
64 void Observable::NotifyObservers(const ObserverArg* arg) in NotifyObservers() function in OHOS::Observable
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-observer.md15 | void | **NotifyObservers**()<br>通知所有观察者,无相关数据传输。 |
16 | void | **NotifyObservers**(const ObserverArg* arg)<br>通知所有观察者,向观察者传入数据`arg`。 |
46 NotifyObservers();
53 NotifyObservers();
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dobserver.h68 void NotifyObservers();
81 void NotifyObservers(const ObserverArg* arg);
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_observer_test.cpp32 NotifyObservers(); in AddBook()
39 NotifyObservers(); in RemoveBook()
45 NotifyObservers(); in NoChangeNotify()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/observer_benchmark_test/
H A Dobserver_benchmark_test.cpp64 NotifyObservers(); in AddBook()
72 NotifyObservers(); in RemoveBook()
79 NotifyObservers(); in NoChangeNotify()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/
H A Devents_monitor.h55 void NotifyObservers(EventType event, int value, int userId = 0);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_monitor.cpp215 void EventsMonitor::NotifyObservers(EventType event, int value, int32_t userId) in NotifyObservers() function in OHOS::CameraStandard::DeferredProcessing::EventsMonitor
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp327 NotifyObservers(bundleName, PasteboardEventStatus::PASTEBOARD_CLEAR); in Clear()
643 NotifyObservers(targetBundleName, PasteboardEventStatus::PASTEBOARD_READ); in GetData()
854 NotifyObservers(originBundleName, PasteboardEventStatus::PASTEBOARD_WRITE); in GetLocalData()
1250 NotifyObservers(appInfo.bundleName, PasteboardEventStatus::PASTEBOARD_WRITE); in SaveData()
1832 void PasteboardService::NotifyObservers(std::string bundleName, PasteboardEventStatus status) in NotifyObservers() function in OHOS::MiscServices::PasteboardService
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h208 void NotifyObservers(std::string bundleName, PasteboardEventStatus status);