_GetItem
status_t _GetItem(const BMessage& container,
return _GetItem(fInterfaces, "interface", "device", name, index, interface);
return _GetItem(fNetworks, "network", "name", name, index, network);
return _GetItem(fServices, "service", "name", name, index, service);
if (_GetItem(container, itemField, nameField, name, index, item) == B_OK) {
status_t status = _GetItem(type, item, info);
status_t status = _GetItem(type, item, info);
status_t _GetItem(const char* type, const char* item,