Searched refs:oldSortContent (Results 1 – 1 of 1) sorted by relevance
607 std::string oldSortContent; in RefreshFocusSessionSort() local608 if (!LoadStringFromFileEx(GetAVSortDir(), oldSortContent)) { in RefreshFocusSessionSort()612 nlohmann::json values = json::parse(oldSortContent, nullptr, false); in RefreshFocusSessionSort()832 std::string oldSortContent; in RegisterBundleDeleteEventForHistory() local833 if (LoadStringFromFileEx(GetAVSortDir(userId), oldSortContent)) { in RegisterBundleDeleteEventForHistory()834 nlohmann::json values = json::parse(oldSortContent, nullptr, false); in RegisterBundleDeleteEventForHistory()1459 std::string oldSortContent; in refreshSortFileOnCreateSession() local1460 if (LoadStringFromFileEx(GetAVSortDir(), oldSortContent)) { in refreshSortFileOnCreateSession()1461 nlohmann::json values = json::parse(oldSortContent, nullptr, false); in refreshSortFileOnCreateSession()1552 std::string oldSortContent; in GetHistoricalSessionDescriptorsFromFile() local[all …]