| 324 | } |
| 325 | |
| 326 | Status Frontend::ShowCurrentGroups(const TShowCurrentGroupsParams& params, |
| 327 | TShowCurrentGroupsResult* result) { |
| 328 | return JniUtil::CallJniMethod(fe_, show_current_groups_id_, params, result); |
| 329 | } |
| 330 | |
| 331 | Status Frontend::GetCatalogObject(const TCatalogObject& req, |
| 332 | TCatalogObject* resp) { |
no test coverage detected