Searched refs:userStatServices_ (Results 1 – 3 of 3) sorted by relevance
232 if (it == userStatServices_.end()) { in GetUserDataAndInitializeIfNeeded()237 userStatServices_[userId] = service; in GetUserDataAndInitializeIfNeeded()305 auto it = userStatServices_.find(userId); in RestoreToDatabase()306 if (it != userStatServices_.end()) { in RestoreToDatabase()316 if (it != userStatServices_.end()) { in RestoreToDatabaseLocked()397 if (it != userStatServices_.end()) { in CheckTimeChangeAndGetWallTime()429 if (it == userStatServices_.end()) { in OnUserRemoved()433 userStatServices_[userId].reset(); in OnUserRemoved()434 userStatServices_.erase(userId); in OnUserRemoved()442 if (it != userStatServices_.end()) { in OnUserSwitched()[all …]
261 coreObject->userStatServices_[userId] = userService;285 coreObject->userStatServices_[userId] = userService;287 coreObject->userStatServices_[userId] = nullptr;730 coreObject->userStatServices_[userId] = userService;732 coreObject->userStatServices_[userId] = nullptr;756 coreObject->userStatServices_[userId] = userService;778 coreObject->userStatServices_[userId] = userService;797 coreObject->userStatServices_[userId] = userService;816 coreObject->userStatServices_[userId] = userService;1059 coreObject->userStatServices_[userId] = userService;
268 std::map<int32_t, std::shared_ptr<BundleActiveUserService>> userStatServices_; variable