Home
last modified time | relevance | path

Searched refs:InsertObserver (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_cache_test.cpp67 int64_t observerSeq = AppEventStore::GetInstance().InsertObserver(TEST_OBSERVER_NAME);
108 auto observerSeq = AppEventStore::GetInstance().InsertObserver(TEST_OBSERVER_NAME);
148 auto observerSeq = AppEventStore::GetInstance().InsertObserver(TEST_OBSERVER_NAME);
189 int64_t observerSeq = AppEventStore::GetInstance().InsertObserver(TEST_OBSERVER_NAME);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_store.h42 int64_t InsertObserver(const std::string& observer, int64_t hashCode = 0);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp242 observerSeq = AppEventStore::GetInstance().InsertObserver(observerName, observerHashCode); in InitObserver()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp192 int64_t AppEventStore::InsertObserver(const std::string& observer, int64_t hashCode) in InsertObserver() function in OHOS::HiviewDFX::AppEventStore