Home
last modified time | relevance | path

Searched refs:GetEventStr (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_write.cpp76 std::string event = appEventPack->GetEventStr(); in WriteEvent()
H A Dhiappevent_base.cpp569 std::string AppEventPack::GetEventStr() const in GetEventStr() function in OHOS::HiviewDFX::AppEventPack
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp83 eventStrs[t] = events[t]->GetEventStr(); in TakeWatcherData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h239 .append(GetEventStr()) in ToString()
246 std::string GetEventStr() const in GetEventStr() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp92 std::string eventStr = event->GetEventStr(); in TakeNext()
H A Dhiappevent_impl.cpp103 std::string event = appEventPack->GetEventStr(); in HiWriteEvent()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h207 std::string GetEventStr() const;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp211 std::string eventStr = event->GetEventStr(); in TakeNext()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp197 currCond_.size += static_cast<int>(event->GetEventStr().size()); in ProcessEvent()
H A Dapp_event_observer_mgr.cpp108 triggerCond.size += static_cast<int>(event->GetEventStr().size()); in InitObserverFromDb()