Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp75 userIds_[name] = value; in SetUserId()
86 if (userIds_.find(name) == userIds_.end()) { in GetUserId()
90 out = userIds_.at(name); in GetUserId()
104 if (userIds_.find(name) != userIds_.end()) { in RemoveUserId()
105 userIds_.erase(name); in RemoveUserId()
172 userIds_.clear(); in InitUserIds()
173 if (AppEventStore::GetInstance().QueryUserIds(userIds_) == DB_FAILED) { in InitUserIds()
192 for (auto it = userIds_ in GetUserIds()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp85 userIds = userIds_; in GetValidUserIds()
95 userIds_ = userIds; in GetValidUserIds()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_processor_proxy.h43 std::vector<UserId> userIds_; member in OHOS::HiviewDFX::HiAppEvent::AppEventProcessorProxy
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_userinfo.h52 std::unordered_map<std::string, std::string> userIds_; member in OHOS::HiviewDFX::HiAppEvent::UserInfo

Completed in 3 milliseconds