Searched defs:TestClient (Results 1 – 6 of 6) sorted by relevance
28 struct TestClient { struct29 TestClient(int id, int32_t cost, const std::set<int>& conflictingKeys, int32_t ownerId, in TestClient() argument42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; argument
120 struct TestClient : public BnResourceManagerClient { struct121 TestClient(int pid, const std::shared_ptr<ResourceManagerService> &service) in TestClient() function125 mService->removeClient(mPid, getId(ref<TestClient>())); in reclaimResource() argument144 virtual ~TestClient() {} in ~TestClient() argument150 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
136 struct TestClient : public BnResourceManagerClient { struct137 TestClient(int pid, const shared_ptr<ResourceManagerService>& service) in TestClient() function141 mService->removeClient(mPid, getId(ref<TestClient>())); in reclaimResource() argument152 virtual ~TestClient() {} in ~TestClient() argument158 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
262 class TestClient : public ClientBase<TestClient> { class399 explicit TestClient(const std::string& name) in TestClient() function in __anon37bab8ba0111::TestClient403 explicit TestClient(LocalChannelHandle channel) in TestClient() function in __anon37bab8ba0111::TestClient
69 class TestClient : public ClientBase<TestClient> { class
190 class TestClient : public ClientBase<TestClient> { class331 explicit TestClient(LocalChannelHandle channel_handle) in TestClient() function in __anon453903880111::TestClient334 TestClient() in TestClient() function in __anon453903880111::TestClient