Searched refs:aidl_return (Results 1 – 1 of 1) sorted by relevance
452 std::optional<std::vector<int32_t>> aidl_return; in getClientUids() local453 Status status = mClient->getClientUids(sessionId, &aidl_return); in getClientUids()456 bool success = (aidl_return != std::nullopt); in getClientUids()458 *clientUids = *aidl_return; in getClientUids()