Home
last modified time | relevance | path

Searched refs:QueryUserProperty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h59 int QueryUserProperty(const std::string& name, std::string& out);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp117 if (AppEventStore::GetInstance().QueryUserProperty(name, out) == DB_FAILED) { in SetUserProperty()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp364 int AppEventStore::QueryUserProperty(const std::string& name, std::string& out) in QueryUserProperty() function in OHOS::HiviewDFX::AppEventStore