Lines Matching refs:name
64 * @tc.name raw_contact stability testing add 10000
77 std::string name("小严");
78 name.append(std::to_string(i + 1));
79 rawContactValues.Put("display_name", name);
90 * @tc.name raw_contact stability testing update 10000
112 * @tc.name raw_contact stability testing query 10000
141 * @tc.name raw_contact stability testing delete 10000
162 * @tc.name contact_data stability testing add 10000
186 std::string name("xiaoyan");
187 name.append(std::to_string(i + 1));
189 contactDataValues.Put("content_type", "name");
190 contactDataValues.Put("detail_info", name);
199 * @tc.name contact_data stability testing update 10000
219 * @tc.name contact_data stability testing query 10000
244 * @tc.name contact_data stability testing delete 10000
262 * @tc.name calllog calllog stability testing add 10000
288 * @tc.name calllog calllog stability testing update 10000
309 * @tc.name calllog calllog stability testing query 10000
334 * @tc.name calllog calllog stability testing delete 10000
352 * @tc.name voicemail stability testing delete 10000
378 * @tc.name voicemail stability testing update 10000
398 * @tc.name voicemail stability testing query 10000
423 * @tc.name voicemail stability testing delete 10000