Searched refs:toSend (Results 1 – 2 of 2) sorted by relevance
21 sp<IChild> toSend; in selectService() local23 toSend = IChild::getService("child"); in selectService()24 if (!toSend->isRemote()) { in selectService()25 toSend = nullptr; in selectService()28 toSend = local; in selectService()30 LOG(INFO) << "SERVER(Fetcher) selectService returning " << toSend.get(); in selectService()31 return toSend; in selectService()
65 std::vector<uint8_t> toSend(payloadSz, 0); in TEST_F() local66 memcpy(toSend.data(), kPayload, strlen(kPayload)); in TEST_F()67 EXPECT_TRUE(mDevice->write(pipe, toSend).ok()); in TEST_F()