Searched refs:compPtr2 (Results 1 – 1 of 1) sorted by relevance
293 std::shared_ptr<LocationButton> compPtr2 = std::make_shared<LocationButton>(); variable294 ASSERT_NE(nullptr, compPtr2);295 compPtr2->rect_.x_ = ServiceTestCommon::TEST_COORDINATE * 2; // not overlap296 compPtr2->rect_.y_ = ServiceTestCommon::TEST_COORDINATE * 2; // not overlap297 compPtr2->rect_.width_ = ServiceTestCommon::TEST_COORDINATE;298 compPtr2->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;301 compPtr2, ServiceTestCommon::TEST_TOKEN_ID, ServiceTestCommon::TEST_SC_ID_2, 1, 1);