Searched refs:removedDBForms (Results 1 – 5 of 5) sorted by relevance
52 std::vector<FormDBInfo> removedDBForms; in DoSomethingInterestingWithMyAPI() local53 removedDBForms.emplace_back(formDBInfo); in DoSomethingInterestingWithMyAPI()54 formDbCache.DeleteFormInfoByBundleName(bundleName, userId, removedDBForms); in DoSomethingInterestingWithMyAPI()
55 std::vector<FormDBInfo> &removedDBForms) in DeleteFormInfoByBundleName() argument59 removedDBForms.emplace_back(formDBInfo); in DeleteFormInfoByBundleName()
247 std::vector<FormDBInfo> removedDBForms; variable250 userId, removedDBForms));253 removedDBForms));
95 std::vector<FormDBInfo> &removedDBForms);
142 std::vector<FormDBInfo> &removedDBForms) in DeleteFormInfoByBundleName() argument151 removedDBForms.emplace_back(*itRecord); in DeleteFormInfoByBundleName()