Lines Matching refs:localId
30 static void AddUser(const std::string& localId);
31 static void RemoveUser(const std::string& localId);
32 static I18nErrorCode SaveLanguage(const std::string& localId, const std::string& language);
33 static I18nErrorCode SaveLocale(const std::string& localId, const std::string& locale);
34 static I18nErrorCode SaveIs24Hour(const std::string& localId, const std::string& is24Hour);
37 static I18nErrorCode SaveGlobalParam(const std::string& localId);
38 static I18nErrorCode LoadGlobalParam(const std::string& localId);
39 static I18nErrorCode GetForegroundLocalId(std::string& localId);
40 static I18nErrorCode RemoveGlobalParam(const std::string& localId);
41 static std::string ReadMultiUsersParameter(const std::string& paramKey, const std::string& localId);
43 const std::string& localId, bool isDel);
44 static bool IsValidLocalId(const std::string& localId);