Home
last modified time | relevance | path

Searched refs:NotifyObservers (Results 1 - 4 of 4) sorted by relevance

/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
/commonlibrary/c_utils/base/include/
H A Dobserver.h66 * This function is equivalent to <b>NotifyObservers(nullptr)</b>.
68 void NotifyObservers();
81 void NotifyObservers(const ObserverArg* arg);
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_observer_test.cpp32 NotifyObservers(); in AddBook()
39 NotifyObservers(); in RemoveBook()
45 NotifyObservers(); in NoChangeNotify()
/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()

Completed in 2 milliseconds