Lines Matching defs:batchInserCode
1024 int batchInserCode = 0;
1036 batchInserCode = calllogAbility.BatchInsert(uriData, listAddBluk);
1037 HILOG_INFO("abnormal_calllog_BatchInsert_test_2400 : batchInserCode = %{public}d", batchInserCode);
1038 if (batchInserCode == 0) {
1040 EXPECT_EQ(batchInserCode, 0);
1043 EXPECT_EQ(batchInserCode, -1);
1064 int batchInserCode = 0;
1074 batchInserCode = calllogAbility.BatchInsert(uriData, listAddBluk);
1075 if (batchInserCode == 0) {
1077 EXPECT_EQ(batchInserCode, 0);
1080 EXPECT_EQ(batchInserCode, -1);