Searched refs:enabledWithoutApp_ (Results 1 – 2 of 2) sorted by relevance
61 enabledWithoutApp_[userId] = enabled; in SetSyncEnabledWithoutApp()66 auto iter = enabledWithoutApp_.find(userId); in GetSyncEnabledWithoutApp()67 if (iter == enabledWithoutApp_.end()) { in GetSyncEnabledWithoutApp()
83 std::map<int32_t, bool> enabledWithoutApp_; variable