Lines Matching defs:name

130     valuesBucket.Put("display_name", "name");
180 * @tc.name Add a single contact data and verify whether the insertion is successful
212 * @tc.name Add full field data to the callog table and verify that the insertion was successful
245 * @tc.name Update single contact data and verify whether the update is successful
282 * @tc.name Update the data of all fields of callog table and verify whether the update is successful
318 * @tc.name Update all call records and verify that the update is successful
365 * @tc.name Add call record data, query the data according to the returned ID and return the query result
400 * @tc.name Query the call record according to the combination conditions and return the query results
441 * @tc.name Query all call records and return query results
476 * @tc.name Delete a single call record and verify whether the deletion is successful
507 * @tc.name Delete a single call record data and verify whether the deletion is successful
547 * @tc.name Delete the data of all fields in the callog table and verify whether the deletion is successful
578 * @tc.name Batch add call record data and verify whether the insertion is successful
641 * @tc.name Delete call record data in batch and verify whether the deletion is successful
674 * @tc.name Batch update call record data and verify whether the update is successful
718 * @tc.name When adding individual contact data, a non-existent field is passed in
763 * @tc.name Update a single call record and pass in non-existent fields
802 * @tc.name Update all call records and pass in a non-existent field
860 * @tc.name When querying the call record, a non-existent data is passed in
885 * @tc.name An incorrect table name was passed in when querying the call record
908 * @tc.name When querying the call record according to the combination conditions,
909 * the wrong field name and nonexistent data are passed in
939 * @tc.name An error field is passed in when querying all call records
966 * @tc.name An error field is passed in when deleting a single call record
1007 * @tc.name Batch call records are added and several of them fail. See the processing logic
1051 * @tc.name Add 1000 pieces of data in batch to make article 500 fail. Check the subsequent processing logic
1087 * @tc.name Delete call record data in batch, and several of them fail. Check the processing logic
1135 * @tc.name When batch call record is modified, the wrong field or table name is passed in
1189 * @tc.name Add callLog async
1203 std::string name;
1204 name.append("asyncTest");
1205 name.append(std::to_string(i));
1206 values.Put("display_name", name);
1231 * @tc.name update calllog async
1260 std::string name;
1261 name.append("asyncTest");
1262 values.Put("display_name", name);
1288 * @tc.name query calllog async
1336 * @tc.name delete calllog async