Searched refs:rpcServices (Results 1 – 12 of 12) sorted by relevance
53 if (info.rpcServices[i].id == id) { in hasService()54 return info.rpcServices[i].version == version; in hasService()
259 EXPECT_EQ(pInfo->rpcServices[0].id, 1); in TEST_F()260 EXPECT_EQ(pInfo->rpcServices[0].version, 2); in TEST_F()261 EXPECT_EQ(pInfo->rpcServices[1].id, 2); in TEST_F()262 EXPECT_EQ(pInfo->rpcServices[1].version, 3); in TEST_F()
436 const struct chreNanoappRpcService *rpcServices; member
463 const struct chreNanoappRpcService *rpcServices; member
399 std::vector<NanoappRpcService> rpcServices; in onNanoappListResponse() local404 rpcServices.emplace_back(aidlService); in onNanoappListResponse()406 appInfo.rpcServices = rpcServices; in onNanoappListResponse()
483 const struct chreNanoappRpcService *rpcServices; member
192 const DynamicVector<struct chreNanoappRpcService> &rpcServices);
237 const DynamicVector<struct chreNanoappRpcService> &rpcServices) { in addNanoappListEntry() argument239 for (const auto &service : rpcServices) { in addNanoappListEntry()
750 std::vector<NanoappRpcService> rpcServices; in onNanoappListResponse() local755 rpcServices.emplace_back(aidlService); in onNanoappListResponse()757 appInfo.rpcServices = rpcServices; in onNanoappListResponse()
74 info->rpcServices = app->getRpcServices().data(); in populateNanoappInfo()
222 info->rpcServices = nullptr; in populateChreNanoappInfoPre18()
158 << "\n\trpcServices: " << ToString(app.rpcServices) << "\n}" in handleNanoappInfo()