Lines Matching refs:Insert
57 * @tc.name: Insert
58 * @tc.desc: Create a TemplateMap, call Insert function with the TemplateMap, a key(JSArray) and a value. Check whether
65 HWTEST_F_L0(TemplateMapTest, Insert)
75 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal);
80 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal1);
86 TemplateMap::Insert(thread, templateMap, tempMapKey1, templateArrVal1);
259 * @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert function some times.
275 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue);
289 * @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert function some times.
304 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue);
316 * @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert function some times.
331 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue);