Lines Matching defs:value
54 int UserInfo::SetUserId(const std::string& name, const std::string& value)
64 if (AppEventStore::GetInstance().InsertUserId(name, value) == DB_FAILED) {
69 if (AppEventStore::GetInstance().UpdateUserId(name, value) == DB_FAILED) {
75 userIds_[name] = value;
112 int UserInfo::SetUserProperty(const std::string& name, const std::string& value)
122 if (AppEventStore::GetInstance().InsertUserProperty(name, value) == DB_FAILED) {
127 if (AppEventStore::GetInstance().UpdateUserProperty(name, value) == DB_FAILED) {
133 userProperties_[name] = value;
195 userId.value = it->second;
208 userProperty.value = it->second;