Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dsettings.h42 const std::string& GetCustomParams(const std::string& key) in GetCustomParams() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h210 void GetCustomParams(std::vector<CustomEventParam>& customParams) const;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp258 event->GetCustomParams(newParams); in InsertCustomEventParams()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp642 void AppEventPack::GetCustomParams(std::vector<CustomEventParam>& customParams) const in GetCustomParams() function in OHOS::HiviewDFX::AppEventPack