Lines Matching defs:numOfSlots
55 * @tc.desc: GetCurrentSlot, numOfSlots is 1, currentSlo is 0
60 int numOfSlots = 1;
65 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
72 * @tc.desc: GetCurrentSlot, numOfSlots is 0, currentSlo is 1
77 int numOfSlots = 0;
81 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
87 * @tc.desc: GetCurrentSlot, numOfSlots is 1, currentSlo is -1
92 int numOfSlots = 1;
96 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
102 * @tc.desc: GetCurrentSlot, numOfSlots is 2, currentSlo is -1
107 int numOfSlots = 2;
111 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
117 * @tc.desc: GetCurrentSlot, numOfSlots is 2, currentSlo is 1
122 int numOfSlots = 2;
126 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
132 * @tc.desc: GetCurrentSlot, numOfSlots is 3, currentSlo is -1
137 int numOfSlots = 3;
141 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
147 * @tc.desc: GetCurrentSlot, numOfSlots is 3, currentSlo is 1
152 int numOfSlots = 3;
156 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
162 * @tc.desc: GetCurrentSlot, numOfSlots is 3, currentSlo is 2
167 int numOfSlots = 3;
171 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
177 * @tc.desc: GetCurrentSlot, numOfSlots is 2, currentSlo is 3
182 int numOfSlots = 2;
186 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
244 int numOfSlots = 2;
248 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
261 int numOfSlots = 2;
265 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
277 int numOfSlots = 2;
283 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);