Searched refs:IIPCTest (Results 1 – 1 of 1) sorted by relevance
62 class IIPCTest : public IInterface { class89 class BpIPCTest : public SafeBpInterface<IIPCTest> {91 explicit BpIPCTest(const sp<IBinder>& impl) : SafeBpInterface<IIPCTest>(impl, "BpIPCTest") {} in BpIPCTest()94 return callRemote<decltype(&IIPCTest::setDeathToken)>(Tag::SetDeathToken, token); in setDeathToken()97 status_t initClient() { return callRemote<decltype(&IIPCTest::initClient)>(Tag::InitClient); } in initClient()100 return callRemote<decltype(&IIPCTest::createTransaction)>(Tag::CreateTransaction, in createTransaction()105 return callRemote<decltype(&IIPCTest::mergeAndApply)>(Tag::MergeAndApply, transaction); in mergeAndApply()109 return callRemote<decltype(&IIPCTest::verifyCallbacks)>(Tag::VerifyCallbacks); in verifyCallbacks()112 status_t cleanUp() { return callRemote<decltype(&IIPCTest::cleanUp)>(Tag::CleanUp); } in cleanUp()130 class BnIPCTest : public SafeBnInterface<IIPCTest> {[all …]