Lines Matching defs:count
49 int32_t count = 0;
52 ret = manager_->GetComponentNum(count);
54 EXPECT_TRUE(count >= 0);
64 int32_t count = 0;
65 auto ret = manager_->GetComponentNum(count);
67 ASSERT_TRUE(count > 0);
71 ret = manager_->GetComponentCapabilityList(capList, count);
83 int32_t count = 0;
84 auto ret = manager_->GetComponentNum(count);
86 ASSERT_TRUE(count > 0);
89 ret = manager_->GetComponentCapabilityList(capList, count);
112 int32_t count = 0;
113 auto ret = manager_->GetComponentNum(count);
115 ASSERT_TRUE(count > 0);
118 ret = manager_->GetComponentCapabilityList(capList, count);