Searched refs:countAfter (Results 1 – 3 of 3) sorted by relevance
255 auto countAfter = host->TotalChildCount(); variable257 EXPECT_EQ(countBefore, (countAfter-1));
1252 uint64_t countAfter = 0; variable1253 EXPECT_EQ((int)ERR_OK, NotificationHelper::GetActiveNotificationNums(countAfter));1254 EXPECT_EQ(ACTIVE_NUMS, countAfter);1261 EXPECT_EQ((int)ERR_OK, NotificationHelper::GetActiveNotificationNums(countAfter));1262 EXPECT_EQ(0, countAfter);
608 unsigned int countAfter = 0; variable609 EXPECT_EQ(ERR_OK, innerMgrService_->GetCreatedOsAccountsCount(countAfter));610 EXPECT_EQ(countAfter, countBefore + 1);